clauf Posted November 11, 2010 Share Posted November 11, 2010 Currently, the distance between the product images are very small as the drawing above. I want to seperate them a bit more as the drawing below.I want to keep the size of the images unchanged, so I need to increase the width of the block. How to achieve that?Thanks. Link to comment Share on other sites More sharing options...
Martin Velikov Posted November 11, 2010 Share Posted November 11, 2010 Are you referring to the Featured Products on the front page? If yes, this won't work exactly as you imagine it should.The featured products are just an unsorted list that includes an ajax module displaying the products in the boxes.What you can do is edit the CSS for the template you are using.Just open the global.css file. Then find the code that would look something like that:#center_column .products_block ul li {background-color:#D1E0EF;border-bottom:1px solid white;border-right:1px solid white;clear:none;float:left;margin-top:0;padding:0;width:133px;}Then alter the "border-right" variable. For example:border-right:15px solid white;This will make the space between the products 15px instead of just 1.Hope that helps. Link to comment Share on other sites More sharing options...
clauf Posted November 12, 2010 Author Share Posted November 12, 2010 Thank you, Martin. It worked! exactly what I want. Link to comment Share on other sites More sharing options...
FutureLED Posted January 7, 2011 Share Posted January 7, 2011 Thanks for that too. 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