prestaslo Posted October 24, 2013 Share Posted October 24, 2013 (edited) Hi, how can I set space between products in new products block on homepage? How can I get view from picture 2? Best regards Edited October 25, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 you can do it with css styles #featured-products_block_center li { margin-right: 10px; padding: 10px 0; width: 126px; height: 240px; } in homefeatured.css file (located in module directory) increase value of margin-right:10px; param Link to comment Share on other sites More sharing options...
prestaslo Posted October 24, 2013 Author Share Posted October 24, 2013 I made it, but problem is still there... Please see attachmed. Link to comment Share on other sites More sharing options...
prestaslo Posted October 25, 2013 Author Share Posted October 25, 2013 Anyone? Link to comment Share on other sites More sharing options...
NemoPS Posted October 25, 2013 Share Posted October 25, 2013 I think it's related to the fact that they are set to be 4 on 1 line. CHange the tpl file for that block, looking for something like nbItemsPerline, and set it to 5 instead of 4 1 Link to comment Share on other sites More sharing options...
vekia Posted October 25, 2013 Share Posted October 25, 2013 that's right, in module .tpl file (homefeatured.tpl) you've got something like: {assign var='nbItemsPerLine' value=4} change value param (increase it to 5) 1 Link to comment Share on other sites More sharing options...
prestaslo Posted October 25, 2013 Author Share Posted October 25, 2013 It's works! Thanks! Link to comment Share on other sites More sharing options...
vekia Posted October 25, 2013 Share Posted October 25, 2013 i marked this thread as [solved] If you need any other help in this case - just continue discussion below with regards, Milos Link to comment Share on other sites More sharing options...
prestaslo Posted October 25, 2013 Author Share Posted October 25, 2013 One more thing How can I remove grey border arround product picture in new products block? I remove it in product list, but can't find how to do this in new products block... Best regards Link to comment Share on other sites More sharing options...
NemoPS Posted October 25, 2013 Share Posted October 25, 2013 Hard to tell you how exactly, can we see the real site? Link to comment Share on other sites More sharing options...
NemoPS Posted October 25, 2013 Share Posted October 25, 2013 global.css, line 318 (as per pm) Link to comment Share on other sites More sharing options...
prestaslo Posted October 25, 2013 Author Share Posted October 25, 2013 global.css, line 318 (as per pm) Thank you verry much! 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