Hi,
when I on the desktop scroll down the header with the logo changes and become a “smaller” width. I would like that it be larger – where I can change it?
Thanks,
Ivan
Hey iicinfo,
Thank you for the inquiry.
The size or height of the scrolled down header is half of the actual header height, and that height could be increased in the Enfold > Header > Header Layout > Header Size settings. Set it to custom pixel size, and in the Header Custom Height field, you can manually define the header height in pixel.
Best regards,
Ismael
… and I mean this only for the desktop version
Hi,
Thank you for the update.
You can use this css code to adjust the height of the scrolled header to 177px.
@media only screen and (min-width: 768px) {
.container.av-logo-container, .logo a, .logo a img, .main_menu li a {
height: 177px !important;
height: 177px !important;
line-height: 177px !important;
max-height: 177px !important;
}
}
Best regards,
Ismael
Hi Ismael,
thanks. The code works fine for the header, but the space in the menu is too big then. Can your provide me a code which only change the header and not the space in the submenu?
Thanks,
Ivan
Hi,
Sorry about that. In the css code, please look for this part or selector.
.main_menu li a
Replace it with:
.main_menu > li a
This should exclude the sub menu items.
Best regards,
Ismael
Hi Ismael,
thanks a lot.
Now it works fine.
Best wishes,
Ivan
Unternehmensberatung Digitalisierung