Tagged: glassy header, logo, margin, padding
Hello. I want to reduce the distance between the bottom of the logo and the bottom of the glassy header. If I lower the “Header Custom Height” then the logo also gets smaller, so that’s not the full solution. I can set the logo size using CSS, such as in https://kriesi.at/support/topic/change-logo-size-and-space-available-for-it/. However, my concern is that if I set an absolute height, the logo won’t be responsive.
Hey 1039 Online,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_bottom_nav_header #header_main, .html_header_top.html_bottom_nav_header #header {
max-height: 170px;
}
Best regards,
Yigit
Excellent. Thanks, Yigit.