prestabbr Posted May 21, 2014 Share Posted May 21, 2014 Hi, I would like to show 3 products in my home featured module, by default it's set to 4. I modified the homefeatured.tpl file -> assign var='nbItemsPerLine' value=3. Then I tried to modify the css file: #featured-products_block_center li { margin-right:10px; padding:10px 0; width:126px; height:240px } and modify the width param so I don't get an space where the fourth item was but no success. See attachment, I would like to spread products so they are wider.... so the first 3 products fit in the first line without the space. Any idea where else I should modify? Thanks in advance! Link to comment Share on other sites More sharing options...
prestabbr Posted May 22, 2014 Author Share Posted May 22, 2014 anyone please? Link to comment Share on other sites More sharing options...
starsg38 Posted May 23, 2014 Share Posted May 23, 2014 In the global.css file you need to change the col-md-3 width. The only thing is that this also changes the column width on the products page.What I did was I went into the homefeatured.tpl and changed where it has <li class="ajax_block_product col-xs-12 col-sm-4 col-md-3 last-line last-item-of-tablet-line last-item-of-mobile-line"> and added a 2 after the 3. Then I went back in global.css and made a new rule for col-md-32 and I was able to change the widths of both columns separately. Using the Chrome Developer Tool has been really helpful with changing the CSS...just find where the line of code is and then do a search for the class in your files. Link to comment Share on other sites More sharing options...
prestabbr Posted May 26, 2014 Author Share Posted May 26, 2014 I am running prestashop 1.6.0.6 and don't have that piece of code in the homefeatured.tpl.... any other suggestion please? Link to comment Share on other sites More sharing options...
prestabbr Posted May 30, 2014 Author Share Posted May 30, 2014 If i activate the right column I still have that blank space for a product.... see attachment...https://www.dropbox.com/s/51kb2jhl8su4cq9/space.jpg Anyone can please assist? 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