hurray Posted November 27, 2010 Share Posted November 27, 2010 For some reason the sub-categories do not seem to align properly. Please check the attached screenshot.Any suggestions?Thanks. Link to comment Share on other sites More sharing options...
razaro Posted November 27, 2010 Share Posted November 27, 2010 Changing code to this should fix that ul.inline_list li { float:left; text-align:center; width:138px; } global.css (line 76) Link to comment Share on other sites More sharing options...
hurray Posted November 27, 2010 Author Share Posted November 27, 2010 Hi Razor,Your solution fixed the issue above but then there is another issue with another category. The sub-category "Roues a Prieres" should have aligned left rather than right. Here's the screenshot.Thanks. Link to comment Share on other sites More sharing options...
razaro Posted November 27, 2010 Share Posted November 27, 2010 Then add height also (adjust value if you need ) ul.inline_list li { float:left; height:103px; text-align:center; width:138px; } Problem is with long categories name so you need to give little space for each subcategory. Link to comment Share on other sites More sharing options...
hurray Posted November 27, 2010 Author Share Posted November 27, 2010 Thank you very much razor. It worked fine.Have a nice weekend. Link to comment Share on other sites More sharing options...
Recommended Posts