Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1124904

    Nuera
    Participant

    Ok, so here’s a twist on this question. I have added some CSS and jQ to shrink my header as the page scrolls down.

    I’ve got it just like I want it, but it doesn’t seem to be affecting the highlighted menu item. Is there a way I can treat the highlighted item like the rest of the menu items?

    Screenshot attached of how the shrunken header appears. Thanks 🙂

    #1125131

    Christopher
    Moderator

    Hi there,

    Please add this CSS code :

    @media (min-width:979px){
    .navScroll li#menu-item-166 a {
        padding-top: 13px;
    }
    }

    Hope it helps.

    #1125760

    Nuera
    Participant

    Nailed it. thanks much 🙂

    #1125984

    Joao
    Moderator

    Glad to hear it.

    Joao