Tagged: header
Hey gaia100,
They are the same on my end, though your menu seems to go on two lines. You could try to increase the container width to remedy that, or decrease the amount of text you use in the menu items.
Best regards,
Rikard
hi.
I’m sorry, I changed the header setting to ‘slim’.
Check it again plz.
Each page has a different header size.(maybe logo size..)
Hi,
Please check on both the pages if the header settings are the same in Page > Layout > Header visibility and Transparency settings.
Best regards,
Vinay
Hi Vinay,
Header visibility and Transparency Settings is same.(‘No transparency’..)
I do not know the cause…
Hi,
Please share the admin login details so we can take a closer look at this issue.
Best regards,
Vinay
Hi,
I could not see what’s causing the issue but there’s some missing class on the page with smaller logo, to fix it, I added this in your Quick CSS:
.html_header_top.html_header_sticky.html_stretched #header_main .container,
#top #header.av_large .inner-container {
height: 116px;
line-height: 116px;
}
.html_header_top.html_header_sticky.html_stretched.html_bottom_nav_header #main {
padding-top: 168px;
}
Best regards,
Nikko