Okay
  Public Ticket #313579
WooCommerce Random Recent Products
Closed

Comments

  • Sage started the conversation

    I have, in the third column below the home slider, placed a woocommerce shortcode to display a random product. The thumbnail is exceptionally small. If I have the shortcode wrapped in the [one_fourth] [/one_fourth] the image is small. If I have it wrapped in the 1/4 with boxed being true it's even tinier. If I don't have it wrapped at all, it appears perfectly sized. I have included an example of the two different sizes. Can you figure out what's going on?

  •   Tahir replied privately
  • Sage replied

    Hi Tahir, 

    I figured it out. The li of the product was picking up the width of the span_3 of the wrapper. I changed the width of the li and included !important after to override. 

    Thanks,

    Sage