thumbnail category page

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Dec 30, 2014.

Thread Status:
Not open for further replies.
  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    I made picture for my category page with an size from 100 x 100 pixel.
    In wordpress and Woocommerce i make the setting of 100 x 100 pixel, but when i look in my website the thumbnails are resized and bigger.

    What can i do to avoid the resize??
     

    Attached Files:

  2. Pramod

    Pramod Guest

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

    Please provide URL of that page you can use CSS code to fix this.

    Thanks & Regards
    Pramod
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
  4. 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:
    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
    {
    width:inherit;
    }
    Thanks & Regards
    Pramod
     
  5. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Thanks for the good advice, this solved my problem.

    Happy New Year.

    (you can close this thread)
     
Thread Status:
Not open for further replies.

Share This Page