markos17 Posted February 5, 2013 Share Posted February 5, 2013 Now, in product list I have standard grid with three products in a row. How can I switch it to two and enlarge pictures? Something similar like this: Link to comment Share on other sites More sharing options...
yaniv14 Posted February 5, 2013 Share Posted February 5, 2013 You will need to modify css and change image preferences size. If you can post your site url, I can try to help you. Link to comment Share on other sites More sharing options...
markos17 Posted February 5, 2013 Author Share Posted February 5, 2013 here is my product list: http://www.slobberbeads.com.au/category.php?id_category=5 I've already changed Preferences\images\home from 129 to 165. Still, it's far away from the effect that I want to achieve Link to comment Share on other sites More sharing options...
yaniv14 Posted February 5, 2013 Share Posted February 5, 2013 your center column is 530px wide so if you want to fit 2 product in a line you need to make the image larger than 165px, I would say 235px. in themes/ninabobo/global.css -> change line #1506 to: width: 235px; I also suggest spacing the "add to cart" & "view" buttons, To do it you need to insert between lines 1576 & 1577, margin-left: 25px; change line #1543 from: ul#product_list li div.center_block { min-height:250px; } to: ul#product_list li div.center_block { min-height:300px; } don't forget to regenerate your image after changes size preferences Let me know if it's good enough. Link to comment Share on other sites More sharing options...
markos17 Posted February 6, 2013 Author Share Posted February 6, 2013 wow yaniv, I don't know how to thank You! There is just one little problem with buttons, excatly their postions Link to comment Share on other sites More sharing options...
yaniv14 Posted February 6, 2013 Share Posted February 6, 2013 you forget step 4 that I mentioned (min-height:300px;) Link to comment Share on other sites More sharing options...
markos17 Posted February 6, 2013 Author Share Posted February 6, 2013 Wow, I'm impressed Thanks again! 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