wingclaus Posted December 19, 2014 Share Posted December 19, 2014 hicould someone help me to solve this problem with css .Featured products in homepage have more white space compared to products in the categoriesI checked in /themes/default-theme/css/module/featuredhome/featuredhome.css but there is not a single line of code .I have already removed the lines of code related to the availability of the product .I show you the pictures Link to comment Share on other sites More sharing options...
rytiz2873 Posted December 19, 2014 Share Posted December 19, 2014 hi, check product-list.tpl, find #index ul.product_list.tab-pane > li. Change padding-bottom. Link to comment Share on other sites More sharing options...
rytiz2873 Posted December 19, 2014 Share Posted December 19, 2014 let me know it is helped Link to comment Share on other sites More sharing options...
wingclaus Posted December 19, 2014 Author Share Posted December 19, 2014 not works. i have always more space then products page on sub category. I removed completely the lines 389 and 390 : #index ul.product_list.tab-pane > li {padding-bottom: 10px; margin-bottom: 10px; } from "themes/default- bootstrap/css/product_list.css" but nothing change. Link to comment Share on other sites More sharing options...
rytiz2873 Posted December 19, 2014 Share Posted December 19, 2014 maybe i can get page link ? Link to comment Share on other sites More sharing options...
wingclaus Posted December 19, 2014 Author Share Posted December 19, 2014 yes...is it : happyracerstore.com i solved reducing the line below 393 @media (min-width: 1200px) { #index ul.product_list.tab-pane > li {393: padding-bottom: 85px; margin-bottom: 0; } i put 25 instead of 85px and now look same other pages. Thanks for now Link to comment Share on other sites More sharing options...
rytiz2873 Posted December 19, 2014 Share Posted December 19, 2014 so i was right ;D just forgot to write about @media.... Link to comment Share on other sites More sharing options...
Recommended Posts