site title and menu overlayed by freely placed images
-
Dear team and users,
I updated my website and used the amazing feature of placing the images and projects freely.Now the site title and menu is sometimes hidden when a project and image comes along the way, while scrolling down.
I tried to generalise by sending them all in the back each by each but after a while some went in front again.
Is there anything I can do?
The setting in the customiser is fixed for each part - site title and menuHere's my website for a better understanding: https://lauranenz.com
-
Dear team and users,
I updated my website and used the amazing feature of placing the images and projects freely.Now the site title and menu is sometimes hidden when a project and image comes along the way, while scrolling down.
I tried to generalise by sending them all in the back each by each but after a while some went in front again.
Is there anything I can do?
The setting in the customiser is fixed for each part - site title and menuHere's my website for a better understanding: https://lauranenz.com
I added this code to the css, so its basically solved, even tho it might be good to keep this in mind for a further bug update or a possibility to change in the system by itself.
.sitetitle {
z-index: 1000;
}.laynav.desktop-nav.show-submenu-on-hover.submenu-type-vertical.laynav-position-top-right.arrangement-horizontal.position-top.is-fixed.primary {
z-index: 1000;
} -
thanks for the heads up, i will review this!