Jump to content

Center navigation top menu .. mobile is off.. ?


Recommended Posts

So I wanted to center the top navigation on the top menu categories. Which I accomplished by putting the following code in the global CSS

ul.sf-menu {text-align:center;}

ul.sf-menu li {

float:none;

display:inline-block;

}

ul.sf-menu li ul {

float:left;

text-align:left;

display:inline-block;

}

 

BUT now the mobile version is all screwed up and I can't figure out how to get the mobile version back to the original.

I only wanted it centered on the desktop

 

Anyone guide me as to how to accomplish this?

Version 1.6 default template

 

Also the spacing on the desktop subcategories is way to close and I cannot for the life of me get spacing and padding correct in the desktop version.

 

Endlessxpressions.com is our site

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...