Hi guys,
My header is looking great on home page and inner page design.
But the blog page isnt looking to good.
Ideally I’d like to increase the header size to fit but when I do this, the menu items are clickable from at least 30 px below the actual text.
Hi robertscott!
Please check the web site, when I click Blog I get a wrong page.
Thanks a lot for your patience and understanding
Regards,
Basilis
Hi Basilis,
Please see the url in the private section
Any update to this Basilis?
Hi,
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_header_sticky .blog #header {
height: 140px;
}
.html_header_top.html_header_sticky #top.blog #wrap_all #main {
padding-top: 140px;
}
Best regards,
Yigit
Hi Yigit,
That works fine but when you scroll the header stays that size instead of shrinking like it does on the home page?
Hi!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky .blog #header.header-scrolled {
height: auto;
}
Best regards,
Yigit
You da man :-)