SeanGee Posted March 30, 2013 Share Posted March 30, 2013 How do I centre the image in the Home Text Editor module? I can't seem to affect it with editorial.css. Thanks in advance. Regards, Sean Gee Link to comment Share on other sites More sharing options...
Carlsen Posted March 30, 2013 Share Posted March 30, 2013 (edited) Hi SeanGee, If you cannot center the image by clicking it, and use the "align text in center" button, then switch to HTML and wrap the image in <center></center> However you should be able to do it with CSS, have you tried this? .editorial_block img {display:block; margin:0 auto} Edited March 30, 2013 by Carlsen (see edit history) 4 Link to comment Share on other sites More sharing options...
SeanGee Posted March 30, 2013 Author Share Posted March 30, 2013 Hi Carlsen, thanks for your advice. It worked perfectly! Link to comment Share on other sites More sharing options...
webrise Posted January 22, 2014 Share Posted January 22, 2014 .editorial_block img {display:block; margin:0 auto} It worked perfectly for me too, in 1.5.6.2 version with responsive theme. Thanks Link to comment Share on other sites More sharing options...
Melinda Posted April 4, 2014 Share Posted April 4, 2014 (edited) Do you know why I cannot add an image to the home text editor directly either with the insert or hard coded in prestashop 1.6.0.5? It just shows broken images on the store. Edited April 4, 2014 by Melinda (see edit history) 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