Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405443

    Hi, on my https://www.ilredelweb.it/abit/ I’d like to reduce the header height.
    Now it is at the minumum height of 45px (enfold header settings)
    Is it possibile to set to lower values even 0?
    Thanks
    Gianluca

    #1405528

    Hey Gianluca,

    Are you looking to remove the empty space above the menu? If not, then please try to explain your intentions a bit further, or post a screenshot highlighting what you would like to achieve.

    Best regards,
    Rikard

    #1405560

    Yes I’m looking to remove it

    #1405626

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all #header_main > .container {
    	height: 0;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main.all_colors {
        padding-top: 50px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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