Move Dropdown Menu To Top of Page in Broadsheet
-
Hello,
I would like to move the drop down menu to the top of the site so it is along the top rather than below the header image. How would I be able to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try adding this CSS:
.masthead { top: 70px; } .menu-primary { position: absolute; top: 32px; z-index: 2; }
- The topic ‘Move Dropdown Menu To Top of Page in Broadsheet’ is closed to new replies.