Hello, I would like to make the header’s height smaller without affecting the logo.
This is my website: https://deluxcosmetics.com/
Thank you in advance!
Hello, I would like to make the header’s height smaller without affecting the logo.
This is my website: https://deluxcosmetics.com/
Thank you in advance!
Hello There,
.site-header {padding: 2px 0;}
div#StickyHeaderWrap {
height: auto!important;
}
Hello There,
.site-header {
padding: 0px 0;
}
div#StickyHeaderWrap {
height: auto!important;
}