Jump to content

Unable to align to center


Recommended Posts

You have to change the css settings :




  • You can find them here :
    <link rel="stylesheet" type="text/css" href="/honeyshop/modules/jbx_menu/css/superfish-modified.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="/honeyshop/modules/jbx_menu/cache/menu.css" media="screen" />
Link to comment
Share on other sites

You need to edit menu.css a bit

on line 2 you have this: .sf-menu {line-height:1.2}
replace the whole line with

.sf-menu {line-height:1.2; margin: 0 auto; float: none; }

The float:none; is just in case there as you have floated the whole unordered list element, and we don't want that. No use for it really and with bad luck might just cause cross-browser problems

Link to comment
Share on other sites

  • 4 weeks later...

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...