Archived topic
Secondary menu placement
3 replies · Started by David on April 5, 2016
I have a secondary menu on the page below to the right of the logo. (the menu with the Home first link)
I have looked through all the customizer settings and also used Developer Tools to adjust the top margin or padding, but have been unsuccessful in getting it where I want!
I essentially want it to be more centered vertically so it more balanced within the white space in that header area.
TIA, Dave
Hi there,
I need to add this option into the Customizer.
You can use this CSS:
@media (min-width: 769px) {
.secondary-navigation {
margin-top: 20px;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Adjust the px as needed :)
Hi Tom,
Unfortunately that also pushes the logo down - see the site now...
Cheers, Dave
Update: Actually I take that back, I think it is OK! late here - I need some sleep, will check in the morning!
Looks good to me :)
