Hi
Can you show me how to reduce the buffer above and below the Header, looks like it's currently at 40px above and below.
Also would like to do the same thing with the Callout container
Thanks!
Hi
Can you show me how to reduce the buffer above and below the Header, looks like it's currently at 40px above and below.
Also would like to do the same thing with the Callout container
Thanks!
Hi lewisbriggs,
Try to add this code in your Quick CSS or custom.css:
.outer_callout {
margin: 0 !important;
}
#header .container {
min-height: 50px !important;
}
div .logo {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
Just adjust the top and bottom padding. Hope this helps. :)
Regards,
Ismael
You must log in to post.