Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey, is there a way to remove the gap between the header image and the menu
See image http://imgur.com/5UVCGZe the gap is marked in blue
I found it out – I went into Style.css and edited
#masthead .hgroup {
zoom: 1;
position: relative;
padding-top: 0px;
padding-bottom: 0px;
Great theme btw!
Hi Martin
Glad to hear, although you should be using a custom CSS editor like this
https://wordpress.org/plugins/so-css/
If you edit the style.css directly it will be overwritten during any theme updates. using the plugin will keep your changes through future updates.
Magus