Okay
  Public Ticket #391251
Button in main nav to staying vertically centered when scrolling
Closed

Comments

  • Brian started the conversation

    I put a "Login" button in the main nav, but when I scroll it doesn't stay centered (in line with the other nav links) within the resizing header when scrolling. Any help would be appreciated, thanks.

  •  8,851
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body .small-nav header#top nav > ul > li.menu-button a {
        margin-top: 6px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Brian replied

    That's great, thx

  • valantis replied

    thank you!