Ecommerce - Thumbnails Image Product not fit

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by cetotoutlet, Nov 27, 2014.

  1. cetotoutlet

    cetotoutlet Guest

    Joined:
    Nov 27, 2014
    Messages:
    21
    Likes Received:
    0
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to write some content for first product as other product have, then all product will show in same height.

    Thanks & Regards
    Yogesh Bhade
     
  3. cetotoutlet

    cetotoutlet Guest

    Joined:
    Nov 27, 2014
    Messages:
    21
    Likes Received:
    0
    dear sir, what i meant is.. the product image.. the dress.. it has been crop. how to display or automatically fit the frame of the box?
     
  4. cetotoutlet

    cetotoutlet Guest

    Joined:
    Nov 27, 2014
    Messages:
    21
    Likes Received:
    0
    the dress should look like this? full image
     

    Attached Files:

  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to edit shop_loop.php file as shown below in screenshot.

    28nov3.png

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .productlisting .pgallery .thumbnail li img, .thumbnail li img {
    height: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page