Archived topic
Space between header and navigation
3 replies · Started by Kam Woods on August 27, 2014
Apologies if this is a repeat of a past question. I'm running the latest version of GP with all of the addons. I can't seem to figure out how to add space between the header and the navigation (menu bar) below it. Is there a straightforward way to do this?
You could add the following CSS using a plugin like this: https://wordpress.org/plugins/simple-css/
.site-header {
margin-bottom: 30px;
}
You can adjust the pixels to your liking.
Let me know if that works or not :)
Thank you, Tom, that works nicely. I'm very happy with GeneratePress, as well!
Thanks! :)