Archived topic
Header and Footer
3 replies · Started by Frank on August 1, 2017
My navigation location is below header and I was wondering if there is any way to add margin under it? I don't see any option in layout > primary navigation panel.
Is it possible to add a full width footer widget or bar above 3 footer widgets (3 column layout) I have already enabled?
Hi Frank,
Like to add some space between the main navigation and the content?
If so try this CSS:
.main-navigation {
margin-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
For full width bar above footer widgets, the before footer content hooks should work. Scroll to the bottom here:
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/
Hi Tom,
I actually want to increase space between menu item and menu bar.
I have added a screenshot and marked the space I want to increase in a red block.
Try increasing the menu item height: https://docs.generatepress.com/article/menu-item-height-width/