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?
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;
}
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!
Hey!
ThemeNectar Support Team
Ah, that was it, perfect! Thank you so much!