Related Products not displaying properly on Firefox Browser

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by grantJohnstone, Feb 8, 2014.

  1. grantJohnstone

    grantJohnstone Guest

    Joined:
    Nov 18, 2013
    Messages:
    12
    Likes Received:
    1
    Hi there,

    On a product-page, the related products at the bottom display 3 products on one line and then the fourth product is displayed on a new line when using the Firefox browser.

    See this page-link: http://dbo.co.za/product/patient-ninja/

    How can I get all products to display on one line as what happens when using the Chrome browser?

     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .productlisting .pgallery ul.thumbnail li, ul.thumbnail li{
    width:200px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page