Jump to content

[solved]How to set space between featured product image lines ?


Recommended Posts

In featured block in home page I changed displayed products from 4 to 8

Now there are 2 lines with products !

But space between those lines is too big now?

Where can i adjust it smaller?

Thanks ! :)

 

you need to modify the css styles /modules/homefeatured/homefeatured.css

 

#featured-products_block_center li {
margin-right: 10px;
padding: 10px 0;
width: 126px;
height: 240px;
}

 

remove height & padding param

Link to comment
Share on other sites

×
×
  • Create New...