brad890 Posted February 18, 2013 Share Posted February 18, 2013 (edited) Hi guys I'm hoping someone can help me, I'm new to prestashop and am in the process of setting up my online store. please see the attached image related to the question I'm asking. When I load my homepage the featured products seem to be too close to one another and it makes it difficult to differentiate the text between products, I'm guessing I'll have to edit code somewhere, would it be possible to add a space between the products? and would I be able to center the item pictures and remove the "new" link next to it? thank you for any help and time. Regards Bradley Edited February 18, 2013 by brad890 (see edit history) Link to comment Share on other sites More sharing options...
meowchie Posted February 18, 2013 Share Posted February 18, 2013 Hi, can you post the link of your site? Link to comment Share on other sites More sharing options...
brad890 Posted February 18, 2013 Author Share Posted February 18, 2013 Hi, can you post the link of your site? sure thing here you go http://www.radcycles.co.za/prestashop/index.php Link to comment Share on other sites More sharing options...
meowchie Posted February 18, 2013 Share Posted February 18, 2013 In your ftp, go to themes>default>css> global.css add these .products_block li{ margin-right: 10px; } span.new{ display:none; } .products_block li .product_image{ text-align:center; } Hope it helps! Link to comment Share on other sites More sharing options...
brad890 Posted February 18, 2013 Author Share Posted February 18, 2013 In your ftp, go to themes>default>css> global.css add these .products_block li{ margin-right: 10px; } span.new{ display:none; } .products_block li .product_image{ text-align:center; } Hope it helps! thank you so much, It worked perfectly, decided to rather keep the images left rather then centered 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