Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #233270

    Hello, I’ve read the topic here https://kriesi.at/support/topic/enfold-fixed-header/ and entered this to my Quick CSS

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    The problem I then have is that each title in my submenu is also 88px high.

    Then I entered the variant without the menu

    #header_main .container, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    The Logo was fixed but the menu moved up while scrolling.

    Any ideas I can fix the header but don’t have such a tall dropdown menu?

    Thanks

    #233802

    Hi spirit1977!

    Thank you for using the theme. I hope you’re doing great. Use this instead:

    #header_main .container, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    Regards,
    Ismael

    #234575

    Dear Ismael,

    Thank you, it worked fine. I’ve changed all px sizes in order to have a bigger logo, also worked, but the slider which I’ve got at the top didn’t move down, so now the header is going over into the slider. Any idea?

    Regards,
    Mark

    #234581

    I would like to have an logo height of 105 px and the header should be about 135 px with a padding of 15px at top and bottom.
    Thank you

    #234738

    Hey!

    Please add following code to Quick CSS as well

    .fixed_header #main {
    padding-top: 135px;
    }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #234766

    Hi Yigit,

    We’re getting closer. This is what I have in my Quick CSS right now

    #header_main .container, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    .header_color .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    I have a logo which is 88 px high. It has a perfect size an every responsive device, but there is no padding at the bottom. There is a slider directly below the logo and there is no space in between.

    When I enter this into the Quick CSS
    .fixed_header #main {
    padding-top: 135px;
    }
    the header is getting taller, but not in the responsive views.

    Your can have a look here: http://www.save-your-life.net. I’m still developing so there is a password required: abitur97

    Regards

    Mark

    #235576

    Hi!

    With the 2.6 release the header has been completely re-done so when you update you can set a custom size for your header in the theme options and then go from there.

    Regards,
    Devin

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.