-
AuthorPosts
-
February 13, 2021 at 2:06 am #1280212
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,
IvanFebruary 16, 2021 at 3:28 pm #1281368Hey 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,
IsmaelFebruary 16, 2021 at 3:51 pm #1281374February 17, 2021 at 2:50 pm #1281751… and I mean this only for the desktop version
February 19, 2021 at 12:49 pm #1282197Hi,
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,
IsmaelFebruary 19, 2021 at 3:27 pm #1282248Hi 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,
IvanFebruary 22, 2021 at 2:22 pm #1282807Hi,
Sorry about that. In the css code, please look for this part or selector.
.main_menu li aReplace it with:
.main_menu > li aThis should exclude the sub menu items.
Best regards,
IsmaelFebruary 27, 2021 at 3:57 pm #1284125Hi Ismael,
thanks a lot.
Now it works fine.Best wishes,
Ivan
Unternehmensberatung DigitalisierungMarch 1, 2021 at 1:28 pm #1284415 -
AuthorPosts
- The topic ‘Header width scrollin down’ is closed to new replies.
