leeallure Posted May 31, 2011 Share Posted May 31, 2011 I'd love some constructive feedback on site usability, appearance, or anything else you have comments on. Thanks!Lee Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted June 2, 2011 Share Posted June 2, 2011 Hello Lee,To be honest I'm not impressed by the look of your shop. The things are not arranged as they should be. For instance on the product page the add to cart block is way down under image. The logo is way too large and is black on a dark blue image. I think you will have to work a little bit more on your shop . Just try and experiment. I'm sure that you will came with something that you should be proud of. Link to comment Share on other sites More sharing options...
leeallure Posted June 2, 2011 Author Share Posted June 2, 2011 Thanks for your comments - The logo/header logo will probably stay the way it is for now, but perhaps there's a way to get the "details" and "add to cart" blocks to the right of the image. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted June 2, 2011 Share Posted June 2, 2011 Hello,To add the details and add to cart blocks to the right you will need to modify this file: https://leeallure.com/themes/prestashop/css/global.css Starting with line 1738 you will find: #primary_block #pb-left-column { float: left; margin-left: 1.1em; width: 233px } change width to 218px or copy-paste this: #primary_block #pb-left-column { float: left; margin-left: 1.1em; width: 218px } That's all. Don't forget to delete the cache! Link to comment Share on other sites More sharing options...
leeallure Posted June 2, 2011 Author Share Posted June 2, 2011 Thanks for that, it worked to re-size those two blocks. It didn't quite fix the issue, so now I'm working on re-sizing the image and the other components in the center column. 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