tabujua Posted January 29, 2014 Share Posted January 29, 2014 In my website i create 2 coloum in feature product it shows 5 products per row , but in product list it show 3 products per row how do i change this to 5 products shown per row in product list? Thanks you Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 can you share url to your website? it looks like you use some non default solution. so it's hard to say what you have to change. Link to comment Share on other sites More sharing options...
tabujua Posted January 29, 2014 Author Share Posted January 29, 2014 (edited) in feature product (produk unggulan) it shown 7 products per row but in product list (makanan) it shown 3 products u had any idea to fix it? Edited February 19, 2014 by tabujua (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 29, 2014 Share Posted January 29, 2014 It's because you have #featured-products_block_center li { margin-right: 10px; padding: 10px 0; width: 126px; height: 240px; } But then .cleantheme.two_col.grid #product_list li { width: 227px;} .cleantheme.grid #product_list li { float: left; margin: 5px; padding: 8px 8px; width: 244px; position: relative; height: 196px; border: 1px solid #eeeeee; } You must change the latter values to match the width of the homefeatured block. The file is cleantheme.css Link to comment Share on other sites More sharing options...
Recommended Posts