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

    Hi

    should be easy, but i cant find it (??)

    i need a heigher logo height – for desktop and responsive with sticky header.
    who can i fix the many “max-height” definitions an set the logo area to e.g. 150px and scrolled sticky header to e.g. 80px

    cheers
    alex

    #562383

    Hey Alexander,

    You will need custom CSS for that, could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #570836

    Sorry for the late answer – i had some other projects with higher priority ;-)

    #571943

    Hi!

    You can set the height of the header on Enfold > Header > Header Layout > Header Size. Set it to custom pixel value then set the height.

    Regards,
    Ismael

    #572022

    hi ismael
    thank you. This works fine for the default header, but not for the shrinked header. how can i set the height for the shrinked header?

    regards alex

    #572690

    Hey!

    Add this in the Quick CSS field:

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

    Adjust the values as needed.

    Best regards,
    Ismael

    #572829

    Hi Ismael.

    Thanks, that works. But it needs also a padding fixing:

    padding-left:0; (otherwise the logo move right)
    padding-bottom:0; (needs space to the navigation bar, or logo will be cut)

    best regards
    alex

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Define the height of the logo area for desktop and responsive’ is closed to new replies.