Spainman Posted February 22, 2013 Share Posted February 22, 2013 Hi all, I want to move the subcategory image from the left to the center, right underneath its corresponding text. I´ve attached a screenshot to show what Im refering to. Here is my url also: http://62.81.159.230/~canicoba/index.php?id_category=9&controller=category Regards. Link to comment Share on other sites More sharing options...
Carlsen Posted February 24, 2013 Share Posted February 24, 2013 Hi Spainman, To do this you must edit the category.css file (themes/xxx/css/category.css) Go to line 54 in that file and replace the content of .inline_list li .img {} with: .inline_list li .img {clear:both; display:block; margin: 0 auto} 1 Link to comment Share on other sites More sharing options...
Spainman Posted February 24, 2013 Author Share Posted February 24, 2013 Thansk Carlsen, your instructions worked perfectly 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