CSS position fixed displayed

Hello!
When I try to leave any element of the web, header, footer, block in fixed position, it automatically disappears from the page
I can not create any fixed element because when changing the position it is no longer displayed
To what is due?

Sorry, we can’t help with debugging custom CSS code, but if this helps I can provide some guidance - you can use the Inspect Element tool to check if the element is still there, if it’s in expected position but not visible it’s probably z-index issue.

Thanks, yesterday morning I managed to do it, I’m building a fixed menu of icons at the bottom of the screen, no plugins, only html and css if you want I can share the code

1 Like

Sure, if you have a useful snippet to share please post it, it may be helpful to others with a similar issue.

Perfect, as soon as I finish it, I’ll share it!!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.