equiox Posted May 15, 2011 Share Posted May 15, 2011 Need little help here. Unable to align to center. Simple helpwww.honeyspree.comNav bar how to align to center? Link to comment Share on other sites More sharing options...
equiox Posted May 15, 2011 Author Share Posted May 15, 2011 Can someone just point out where to edit in the CSS to make it align to center? Link to comment Share on other sites More sharing options...
uddhava Posted May 15, 2011 Share Posted May 15, 2011 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 More sharing options...
equiox Posted May 15, 2011 Author Share Posted May 15, 2011 Hi uddhava,What is the exact line item to change? Need to add {align=center;} right?But it does not help... Link to comment Share on other sites More sharing options...
equiox Posted May 16, 2011 Author Share Posted May 16, 2011 hihi,,please help.. it should be quite straight forward.. Link to comment Share on other sites More sharing options...
Patric Posted May 16, 2011 Share Posted May 16, 2011 Topic moved into the Integration section. Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 16, 2011 Share Posted May 16, 2011 hihi,,please help.. it should be quite straight forward.. Get yourself a good text editor - notepad++ or crimson editor.Search the css files for the section u need - u were pointed to them in an earlier post Link to comment Share on other sites More sharing options...
equiox Posted May 17, 2011 Author Share Posted May 17, 2011 hi,can someone give me the direct answer?I do have the editor..Ben Link to comment Share on other sites More sharing options...
Guest Posted May 17, 2011 Share Posted May 17, 2011 You need to edit menu.css a biton 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 More sharing options...
nahlin Posted June 10, 2011 Share Posted June 10, 2011 Hi. I have the same problem but replacing the .sf-menu line didnt worked. Any other solution? Link to comment Share on other sites More sharing options...
Guest Posted June 13, 2011 Share Posted June 13, 2011 It is centered now, check with some other browser you use regularly or clear the browsers cache Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now