Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #642753

    How can I do to reduce the logo size and the height of a sticky header

    Into my site:

    I want to reduce more…how can I do?

    #643270

    Hey carmycurly,

    Thank you for using Enfold.

    Please go to the Enfold > Header > Header Behaviour panel then enable the “Shrinking Header” option.

    Best regards,
    Ismael

    #643492

    GOOd! But I have a header widget with a RESERVE NOW button
    look at

    Ai want to reduce this button too, its possible?

    #644171

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header.header-scrolled .widget {
        padding-top: 0;
    }
    

    Best regards,
    Yigit

    #647649

    Sorry, in this site with enfold too
    How can I do to show a little space at the bottom of the logo in STICKY HEADER
    look at

    #647702

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header-scrolled .logo {
        margin-top: 0!important;
    }
    

    Best regards,
    Yigit

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