This topic has 9 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
How do I cut down the spacing between the header (navigation bar) and content?
See screenshot here:
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.content-page,
.page-content {
margin-top: 0px;
}
Regards,
Robert Hall
Robert,
I have checked the “Enable Custom CSS file on the Blanco settings page. I believe this created the default.custom.css file. I am unclear as to what this means on the Blanco settings page after checking:
Enable this option to load “custom.css” file in which you can override the default styling of the theme. To create “custom.css” you can use the file “default.custom.css” which is located in theme directory.
How am I getting to Global Custom CSS?
Thanks,
Tom
Hello @Tom Kent,
The Blanco theme hasn’t the Global Custom CSS option. You should use the custom.css file to override the default styling of the theme.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Robert,
I have added your code to the custom.css file in the editor. Unfortunately nothing changes.
Could you please take a look.
Thanks,
Tom
Hello,
I’ve added this code in custom.css file. Please check now.
.header-images {
margin-bottom: 0px;
}
Regards,
Robert Hall
Yes! This does help. Can I reduce even more by entering negative spacing, for instance:
.header-images {
margin-bottom: -50px;
}
No need to answer. This solved my spacing issues. Thanks Robert!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Reduce Spacing Between Header and Content’' has been successfully resolved, and the topic is now closed for further responses