Jump to content

homefeatured height


Recommended Posts

hi
could someone help me to solve this problem with css .

Featured products in homepage have more white space compared to products in the categories
I 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

 

post-865722-0-75317800-1418994551_thumb.jpg

post-865722-0-67751400-1418994554_thumb.jpg

Link to comment
Share on other sites

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

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

×
×
  • Create New...