Sticky menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12404
    rafacorts
    Member

    Hello,
    How can I make “sticky menu” more narrow than the “header menu” when it appears?
    I want also know how can I get in the “sticky menu”a logo smaller than the one in the “header menu”
    Thank you

    Rafa Corts
    http://www.cuinaisalut.cat

    #12412
    Veena
    Moderator

    You can use this custom CSS in themeoptions –

    #header.sticky {
    height: 135px;
    }
    #header.sticky #site-logo a {
    max-height: 70%;
    max-width: 70%;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.