Okay
  Public Ticket #624577
Footer widget image size
Closed

Comments

  • Steven started the conversation

    Hello, I have an issue with the image sizes in the footer widget areas. The issue is with theWoocommerce Latest Products in footer 3. Now the thumbnail media size set in Woocommerce products and in Wordpress media is set to 200x200 pixels, but the image size in the widget area is 100x100. If you view the image thumbnail in the footer widget by itself, you can see that it is 200x200 but has been scaled down to 100x100.

    Now my question is, is this a problem with the widget itself, or a theme issue?

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .woocommerce ul.product_list_widget li img {
        width: 100px !important;
    }
    See Screenshot: http://prntscr.com/9lz6ao .

    Best.



    ThemeNectar Support Team 

  • Steven replied

    Thanks that worked!