How to centre WordPress top Menu when using Sparkling theme

Amazing theme guys, thanks and well done.

I’ve searched through this forum but can’t find the relevant information

I’m wondering how I can centre the top menu in my header?

Thanks very much for your help.

Dane

Little help?

IS IT EVEN POSSIBLE TO DO THIS?

Dane,

IT IS POSSIBLE WHEN YOU ARE NOT USING CAPSLOCK.

Please post your website URL and I will try to find solution for that. Each setup is completely different therefore there is no one solution that will work for everyone.

Aigars thank you for the reply.

Total typo on my behalf. Didn’t mean for the capitals to be on at all, I should proof read before I press send next time haha. Sorry mate.

My website in thelifestyleempire.com but it is in pre-launch stage at the moment so may only display a coming soon page, but I can easily launch it if need be. Let me know if you need me to do anything further.

Thank you very much :slight_smile:

Ok, no problem with that :slight_smile:

It would be great if you could temporarily disable coming soon page, so I can see your website.
Once you have disabled under construction page just notify me again on this thread.

Site is up and running Aigars. thelifestyleempire.com

Thanks again for all your help.

You can center navigation for your website by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS

@media (min-width: 1024px) {
   .nav.navbar-nav {
     float: left;
     margin-left: 22%;
   } 
}

Let me know if this is what you were looking for.

Thank Aigars,

I entered the code to the Custom CSS but it doesn’t appear to have done anything. The menu is still lining up on the right side ???

Because you have an error in your CSS that you had there already.

This code

#secondary .widget {
color: #000000;

Should look like this:

#secondary .widget {
color: #000000;
}

And then followed my previously given code.

Mate, It worked like a charm and looks just how I wanted.

Thanks so much for all your help.

Much appreciated.

Dane.