Hi
should be easy, but i cant find it (??)
i need a heigher logo height – for desktop and responsive with sticky header.
who can i fix the many “max-height” definitions an set the logo area to e.g. 150px and scrolled sticky header to e.g. 80px
cheers
alex
Hey Alexander,
You will need custom CSS for that, could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Sorry for the late answer – i had some other projects with higher priority ;-)
Hi!
You can set the height of the header on Enfold > Header > Header Layout > Header Size. Set it to custom pixel value then set the height.
Regards,
Ismael
hi ismael
thank you. This works fine for the default header, but not for the shrinked header. how can i set the height for the shrinked header?
regards alex
Hey!
Add this in the Quick CSS field:
.header-scrolled #header_main > .container, .header-scrolled .logo, .header-scrolled .logo a img, .header-scrolled .logo a {
max-height: 88px !important;
height: 88px !important;
line-height: 88px !important;
}
Adjust the values as needed.
Best regards,
Ismael
Hi Ismael.
Thanks, that works. But it needs also a padding fixing:
padding-left:0; (otherwise the logo move right)
padding-bottom:0; (needs space to the navigation bar, or logo will be cut)
best regards
alex