I want per line (horizontally) 6 product is shown. currently 4 product is showing. Like this website http://booksdelivery.com/ and product size is w : 130px h: 183px. How can this possible? help me....
Hello, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there. Code: .productlisting .pgallery ul.thumbnail li, ul.thumbnail li { width: 12% !important; } .productlisting .pgallery .thumbnail li img, .thumbnail li img { width: 100% !important; height: 127px !important; } Hope this will resolve your issue. Do let me know if you need more assistance, I would be glad to assist you further,