Moving Primary Menu Bar
- The topic ‘Moving Primary Menu Bar’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to move the primary menu bar under my logo?
Thank you in advance for your help!
The blog I need help with is: (visible only to logged in users)
Hi there,
Thanks for writing and using Janice
yes! there is an option.
Ensure that “Make the header menu fixed” is not checked under Appearance > Customize > Theme Options. And then add this CSS:
.site {
display: table;
}
.site-header{
display: table-row-group;
}
.image-header {
display: table-header-group;
}
Hope this helps :)
Thank you!
Ricardo P. from SiloCreativo