Tagged: header, Header Height, overlap
I increased the size of the social icons in the header, which in turn increased the height of the header. However this is causing the area that contains the logo/main navigation to overlap what is displayed directly below it. On some pages you don’t see it until you scroll down and the header shrinks and moves into it’s fixed position. I’ve included links to a few pages where you can see what is happening.
Hey NicomIT!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 172px !important;
}
Cheers!
Yigit
Thanks Yigit.
That fixed it on the home and products > work lights pages, except when you scroll down and the header shrinks. The overlap still appears then, It also is still showing up in both instances on the products page.
Hi!
Please add following code to Quick CSS as well
#header.header-scrolled {
height: 106px;
}
Regards,
Yigit
That did the trick when you scroll. However, the overlay (or possibly a separate gap) is still showing on the products page before you scroll.
Hey!
Please add following code to Quick CSS as well
.title_container { margin-top: 0; }
Cheers!
Yigit
Thanks Yigit, but unfortunately that didn’t work.
Hey!
Please try adding !important rule as following
.title_container { margin-top: 0!important; }
Best regards,
Yigit
That did it. Thanks .title_container Yigit!