fortis Posted November 8, 2013 Share Posted November 8, 2013 (edited) Hi, I'm new at prestashop, so have a little patience with me I've created a new prestashop on my site. You could find it on http://www.adell.us/shop/index.php i've already made a few template modifications, such as bigger product images at home.featured page which is generated randomly. And there's my first question: I want to have a 3 columm layout on this page, also on product page, but there's only 2 columm. I've tried change a value at homefeatured.tpl but it doesn't help at all. I think it has something with css styles and 3 columms won't fit in center frame. Am I right? How can I make it right? Thanks a million. /edit: Just realised, i probably put this topic into wrong discussion. If I do, please put it into right one. Thx Edited November 10, 2013 by fortis (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted November 9, 2013 Share Posted November 9, 2013 Hi fortis, I remember there are a bunch of topics about this. Please Google 'prestashop columns' and you may fins some answers quickly. pascal Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 you need to decrease width of the <li> elements:now you've got width:250px; change it to width:222px; #featured-products_block_center li { margin-right: 10px; padding: 10px; width: 222px; height: 350px; } it will be necessary to change width of the pictures to, so add width:222px; to: .products_block li img { border: 1px solid #d1d1d1; width:220px; } effect: Link to comment Share on other sites More sharing options...
fortis Posted November 10, 2013 Author Share Posted November 10, 2013 Thanks mate! I'll mark this topic as solved. Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 does it work as you expected? Link to comment Share on other sites More sharing options...
fortis Posted November 10, 2013 Author Share Posted November 10, 2013 Yes, worked like a charm! Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 ok thank you so much for confirmation i marked this topic as [solved] with regards, Milos EDIT: oops! you already did that:) 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