Okay
  Public Ticket #353858
menu button not aligned with menu
Closed

Comments

  • Ida started the conversation

    Hi!

    I made a menu item into a button after your instructions from your FAQ. Looks awesome when I have scrolled down the page and the header has shrinked, but when I'm scrolled up to the top the button is not aligned with the other menu items. 

    Is there any solution to this? To make the button in the menu always aligned with the other menu items?

    Thank you a lot!

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .small-nav header#top nav > ul > li.menu-button a {
        margin-top: 18px !important;
    }
    
    
    body header#top nav > ul > li.menu-button a {
        margin-top: 30px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Ida replied

    Ah, that was it, perfect! Thank you so much!