Removing white space above navigation menu
-
I am looking to remove some of the white space above my navigation menu. I am currently using the Twenty Sixteen template. I have had no luck editing the .css file yet.
Here is a link to the website: http://www.njseed.org/
Thanks
-
Hi @, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, there is a dedicated Twenty Sixteen support forum at WordPress.org.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look, and this would be the CSS you would need.
.site-branding, .site-header-menu, .header-image { margin-top: 1,75em; }If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins
- The topic ‘Removing white space above navigation menu’ is closed to new replies.