winnie_94 Posted April 12, 2011 Share Posted April 12, 2011 Hello,I'm very new to prestashop and am trying to modify some of the elements in the Editorial Block. I don't have any issues for modifying the title colours, sizes and positionning, but I can't seem to locate where to modify the size of the homepage_logo.jpg.I have two issues: 1) Currently, there's an image which measures 550 x 175. It aligns on the left and I would like to know how to horizontally center the image within the editorial block2) I have tried changing the image to a wider one (650 x 175), but it resizes and deforms the image. How do I modify the parameters concerning the homepage_logo image size ?Thank you for any help you can provide.Please note, I have version 1.4 of Prestashop Link to comment Share on other sites More sharing options...
Davallen Posted April 26, 2011 Share Posted April 26, 2011 I'm also looking for a solution. Anyone?--Edit--I found the solution.In global.css file, find #right_column on line 293, the code should look like this: #right_column { width: 199px; margin-left: 12px; margin-top:300px; overflow: hidden } and change it to this: /*#right_column { width: 199px; margin-left: 12px; margin-top:300px; overflow: hidden }*/ Save and you're done! 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