Reply To: Styling Main Nav and Sticky Nav seperately

Home Forums Support Styling Main Nav and Sticky Nav seperately Reply To: Styling Main Nav and Sticky Nav seperately

Home Forums Support Styling Main Nav and Sticky Nav seperately Reply To: Styling Main Nav and Sticky Nav seperately

#157194
Tom
Lead Developer
Lead Developer

Hi there,

That’s close, but I’m going to try a different approach to it.

Delete what you’ve added and add this:

.home .main-navigation:not(.navigation-clone) {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
}

That should also fix your navigation displaying over two lines.

Let me know 🙂