I see in article "Module position" that the positions Toolbar-L and R are above the menù, but they are under.
For me is a problem, I choose this template for this.
How is possible to change the order an put the toolbarL an R at the top of the page?
Thanks.
Hi there,
sorry its a miss spelling.
The toolbar-l and toolbar-r are below the mainmenu, because the menu is fixed.
If you want to have the toolbars above the menu you have to add this css code to your css/custom.css ( But after that the menubar is no more fixed!)
body {
margin-top: 0
}
.menu-outer {
position: relative;
}