responsive header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31219
    Chris Eccleston
    Participant

    Hi, the header on our site does not reduce when scrolling down. How can I make this adjustment pls. http://www.libraryforall.org.au

    #31226
    Veena
    Moderator

    Can you try the below custom CSS in themeoptions > custom CSS

    #header {
        min-height: auto;
    }
    #header.sticky #site-logo {
        top: -10px;
    }
    #header.sticky #site-logo img {
        max-width: 85%;
    }
    #header.sticky #primary-menu {
        top: 30px;
    }
    #primary-menu {
        top: 15px;
    }
    
    #31228
    Chris Eccleston
    Participant
    This reply has been marked as private.
    #31234
    Veena
    Moderator

    Pls add this custom CSS in themeoptions –

    #header {
        min-height: auto !important;
    }
    #site-logo {
        top: -15px;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.