Guest Posted October 13, 2011 Share Posted October 13, 2011 Hey everyone, at the moment we have featured products on our home page, however they are all a little close together and it is difficult to see which text goes to which product and which buy now button goes to each product. Is there any way to put borders in between each product, or is there a way to space them out a little to make it easier to understand. Thanks in advance, an image is attached below Link to comment Share on other sites More sharing options...
Snade Posted October 13, 2011 Share Posted October 13, 2011 Hi, post a link, not an img so we can inspect the elements with firebug. yes, what you want can be achieved, but we need to see your current css in order to give you solution Link to comment Share on other sites More sharing options...
Guest Posted October 13, 2011 Share Posted October 13, 2011 Sorry, link to the website is www.animalbase.co.uk Thanks!! Link to comment Share on other sites More sharing options...
Snade Posted October 13, 2011 Share Posted October 13, 2011 Hi add this code in line 724 in global.css div#featured-products_block_center ul li { border: 1px solid #E3E3E3; float: left; margin: 4px 2px 0 0; padding: 5px; position: relative; width: 171px; } you can play with the border color, the padding(the distance between border and the content) and the margin(the distance between different boxes) to make it look as you want Dont forget to add [solved] in the topic name, and like this post if it was helpful to you Thanks ! 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