Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Header Height 0 doesnt work. #179458
     ieremchuk
    Participant

    yes. I’ve found a solution with CSS.

    COPY CODE
    .home #header .sticky-wrapper 
    {
    height: 0px;
    }
    
    .home #header .sticky-wrapper .is-sticky
    {
    height: 88px;
    }
    
    .home #header .kleo-main-header 
    {
    display: none;
    }
    
    .home #header .is-sticky .kleo-main-header 
    {
    display: block;
    }
    

    But maybe you need to fix out of the box behaviour. It is a very common case.

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?