Related Product in theme salejunction not function

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by effyeweb, Feb 21, 2014.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Yes, I saw it, it come out maximum 4 result of related products,

    I am using a samsung note 10.1 to viewing it, the first to third on first row, the forth drop to second row
    Screenshot_2014-02-22-01-31-18.png
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .review_panel ul.thumbnail li {
    margin-right: 10px;
    width: 165px;
    }
    } 
    This will display all four related product in a single row for tablet view.
     

Share This Page