Why template slider after header with empty space height?

body:not(.template-slider) #Header { min-height: 250px;}

I saw the above css rule which shows empty space (black bg) below the header.
Is there any option i am missing to set?

Thanks.

Comments

  • But what you want to set? Background image for header and or mean option that removes this header height completely?
  • If i do not want to set any image for header background.
    Just no background image.
  • So just go to Theme options > Layout > Header section and turn on "Header | Minimalist" option.
  • edited November 2020
    Hi, I just updated to 21.9.3 and get the same issue as Duvijan. Your solution, turn on  Header Minimalist option, does not work anymore since 21.9.1? (Minimalist deprecated since 21.9.1).

    What custom css, or setting can I use to remove this completely? It messes up my headers on every page.

    Thnx

    Update: I got it working. I Used
    body.header-stack:not(.template-slider) #Header { min-height: 0px !important; }

    in Theme/options/custom css
Sign In or Register to comment.