mrchai Posted May 22, 2016 Share Posted May 22, 2016 Hello, I cannot find solution to reduce space between product list grid. Could you give me advise? Thank you Link to comment Share on other sites More sharing options...
endriu107 Posted May 22, 2016 Share Posted May 22, 2016 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 ; Link to comment Share on other sites More sharing options...
mrchai Posted May 22, 2016 Author Share Posted May 22, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now