Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #522957

    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.

    #522960

    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

    #522965

    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.

    #522967

    Hi!

    Please add following code to Quick CSS as well

    #header.header-scrolled {
        height: 106px;
    }

    Regards,
    Yigit

    #522969

    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.

    #522974

    Hey!

    Please add following code to Quick CSS as well

    .title_container { margin-top: 0; }

    Cheers!
    Yigit

    #522998

    Thanks Yigit, but unfortunately that didn’t work.

    #523000

    Hey!

    Please try adding !important rule as following

    .title_container { margin-top: 0!important; }

    Best regards,
    Yigit

    #523008

    That did it. Thanks .title_container Yigit!

    #523011

    Hi!

    You are welcome, glad we could help!
    Thank you for the new nickname ;D

    Cheers!
    .title_container Yigit!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Overlap Caused by Increasing Size of Social Icons in Header’ is closed to new replies.