Havoc87 Posted December 6, 2014 Share Posted December 6, 2014 Hi all, I was wondering if (and how) it is possible to outlign the text on subcategory pages so as to center it under the images. See: http://4strings.be/presta/32-pirastro So I would like the text to center under the images. Thanks for your help! Link to comment Share on other sites More sharing options...
dioniz Posted December 6, 2014 Share Posted December 6, 2014 Welcome Havoc87 Open yourdomain/presta/themes/yourtheme/css/category.css and find this: #subcategories ul li { float: left; height: 64px; margin: 0 0 13px 20px; width: 149px; } change to: #subcategories ul li { float: left; height: 64px; margin: 0 0 13px 20px; width: 149px; text-align:center; } 1 Link to comment Share on other sites More sharing options...
Havoc87 Posted December 7, 2014 Author Share Posted December 7, 2014 That worked like a charm, thanks dioniz! Link to comment Share on other sites More sharing options...
dioniz Posted December 7, 2014 Share Posted December 7, 2014 You are welcome I'm marking this thread solved. You can do it yourself next time: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. 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