Site logo

Archived topic

Slide out navigation

6 replies · Started by sam on July 3, 2018

Viewing posts 1–7 of 7

Hi, I have my primary navigation menu centered but i want the slide out navigation to the left. Is it possible to use some css to keep the primary nav centered but slide out nav to the left? Thanks

The desktop view is full width menu and it's centred that how i want it, but i've activated slideout navigation for mobile view only and in the slide out menu the menu tabs are centered and i want them to be to the left, but i can't change them to the left without the primary navigation going to the left as well.

Hi there,

Are you referring to desktop for both?

It would be easier if you can link me to your site in question so I can provide the best solution.

You can edit the original topic and use the private URL field.

Let me know :)

Hi there, the site is in coming soon mode, can you unlock to view please.

Sorry, it is unlocked now

Give this CSS a shot:

.slideout-navigation.main-navigation .main-nav ul li a {
    text-align: left;
}

You are an absolute legend, thank you so much

No problem :)

This archived topic is closed to new replies.