Home › Forums › Support › sticky menu alignment › Reply To: sticky menu alignment
September 29, 2016 at 10:30 am
#230377
crazy – found something 🙂
.navigation-stick.main-navigation.navigation-clone .main-nav ul li a {
padding-left: 10px;
padding-right: 10px;
}
… that reduces the space, that the nav-items occupy.
(only thing is that this way the right edge of the sticky-menue is a bit outside the content with bigger padding)
do you see any issues with that?