Reply To: sticky menu alignment

Home Forums Support sticky menu alignment Reply To: sticky menu alignment

Home Forums Support sticky menu alignment Reply To: sticky menu alignment

#230350
Tom
Lead Developer
Lead Developer

Hi there,

The menu should keep whatever alignment it has set when it sticks, that shouldn’t change.

Are you saying you want the menu items to align right only when sticky?

As for the height when sticky, this CSS should help:

.main-navigation.navigation-clone .main-nav ul li a {
    line-height: 40px;
}

.main-navigation .sticky-logo, 
.main-navigation .sticky-logo img {
    height: 20px;
}