Jump to content

Reduce space between product list grid


mrchai

Recommended Posts

In file product_list.css for li element you need to add lowerr padding left or right, default it is 15 px, so search something like: #index ul.product_list.tab-pane > li and add there for example padding-right: 0 ;

Adding below #index ul.product_list.tab-pane > li nothing happen.

But I add this

  padding-right: 2px;
  padding-left: 2px;

into

/*******************************************************
Product list(Grid) Styles
********************************************************/
ul.product_list.grid > li {
  padding-bottom: 10px;
  padding-right: 2px;
  padding-left: 2px;
  text-align: left; }

It works. Thanks a lot endriu107

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...