Product Category Page Display

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by knotsinherhiar, Feb 18, 2015.

  1. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .site-content ul.products li#product_item
    {
    width:20%;
    }
    .content-bar .site-content ul.products li:nth-child(3n+3) {
      margin-right: 2.1% !important;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page