Reply To: Changing length of floating navigation

Home Forums Support Changing length of floating navigation Reply To: Changing length of floating navigation

Home Forums Support Changing length of floating navigation Reply To: Changing length of floating navigation

#207469
Tom
Lead Developer
Lead Developer

Hi Tim,

The answers to your questions are all pretty complicated and would require a decent amount of CSS to accomplish.

I think I might have an easier way to accomplish things.

Use the Menu Logo option in Menu Plus. Upload your logo, and set it to display in Regular + Sticky.

Pre-1.3.32 you can find these options in “Customize > Menu Plus > Sticky Menu”.

1.3.32 and on, these options are in “Customize > Layout > Primary Navigation”.

Once this is done, set your navigation position to below header or above header, then hide the header with some CSS:

.site-header {
    display: none;
}

Once you’ve completed the above, we can continue working towards the end result you’re looking for 🙂