Per line 6 product on home page

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by raaj95, Jul 31, 2015.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    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....
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    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,
     

Share This Page