Woo-commerce recent additions shortcode

Hi guys,
I’ve added a recent products shortcode on one of the websites I manage and it’s working alright, except for one issue. A large gap appears under the products. Every single bottom padding and margin is set to 0. I’m not sure if this is a woo-commerce issue or a xtheme issue. Would you be able to give me some feedback as to what I can do to remove the space under the products. Here is the page www.feheleyfinearts.com (recent products are at the very bottom)… and here is the shortcode I used [recent_products limit=“4”]

Thanks,
Renzo

Hi Renzo,

To remove the gap, add a class to your section where your shortcode resides,

Then add this in Theme Options > CSS

.my-artwork .woocommerce li.product {
   margin-bottom:0 !important;
}

Hope that helps.

Hi Paul,
Thanks, that worked perfectly.

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.