Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #675900

    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.

    #675991

    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

    #676003

    Hi Basilis,

    Please see the url in the private section

    #676471

    Any update to this Basilis?

    #676494

    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

    #676598

    Hi Yigit,

    That works fine but when you scroll the header stays that size instead of shrinking like it does on the home page?

    #676610

    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

    #676636

    You da man :-)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Different header on blog page’ is closed to new replies.