Hey guys,
Looking at making the top header smaller - dont need that much blue space around the menu and name etc. Whats the best way to do this?
Picture attached
Hey guys,
Looking at making the top header smaller - dont need that much blue space around the menu and name etc. Whats the best way to do this?
Picture attached
@dekiv please adjust your logo height using the customization option in your theme. also in case you need how to customize let me know i will guide you.
Please place this code at the end of theme.scss
header.site-header.minimal .logo-contain {
padding-top: 0px;
margin-bottom: 0px;
}
header.site-header.minimal nav.nav-bar {
margin: 0px;
}