The image should be at the back but we can’t seem to get it to go behind the menu (the menu is part of our layout page and should always be on top of the content. The buttons on the content page should also be behind.
We did not use a modal because it is not suitable for our needs.
@Excede these are css rules, they need to go in your CSS for styling the header element on your page. Or add it using the design panel to the existing class applied to the header element.
I don’t understand what do you mean. There is one <header> element on your page. You have styled it already using the Design panel, from what i see - there is a class named .style37 applied to it. It doesn’t matter where the element is located, it all goes to your custom css file.
there are content pages and layout pages, in this case I have a content page using a layout. There are header in both pages.
Ok I’ll find where 137 is.
It would make it a lot easier to add meaningful classes to your elements when styling them, so that it’s easier to understand which element are you referring to. Example - instead of leaving it empty - enter a class name like header-top as explained here:
Ok, I found it, close but doesn’t quite do what I want and now the menu id offset from the top rather than just below the hamburger, I guess I’ll work it out. Thanks for your help.
See the yellow bag (it should be behind the overlay and the menu is offset compared to yours for some reason. It actually seems to be jumping around a bit as sometimes it is the same as yours. Very strange.
Well the bag is yellow because the header is covering the overlay you show, and the logo is in the header, so it is above the overlay as well… it’s just the way you’ve setup your layout.