hi,
I was wondering what the CSS code would be to make the topbar sticky on scroll along with main nav for desktop only. I am using Varient 6.
Also on Scroll the nav items are aligned at the top. I want them in the centre.
I currently have some custom CSS for changing the style of the nav, and want to remove the right hand side border just on Contact. Is that possible?
.main-nav .menu > li {
text-decoration: none;
padding-right: 2px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
border-right: 1px solid #f0f0f0;
}
.main-nav .double-border{border:none !important;}
Thanks so much!