Shop Categories

X

Reply To: Problem with woocommerce images

Home Forums Agama Pro Problem with woocommerce images Reply To: Problem with woocommerce images

#27240
Zex
Moderator

Hello, Matthew!

Thank you. Now the link works.

From what I can see, you have created your shop using the WP Bakery page builder.
You need to increase the width of your product elements, somewhere in the element settings.
…or simply insert the following code into Customizing->General->Additional CSS:

.woocommerce .product{
    width:100%!important;
}

I hope this code will solve the problem you have.

Best Regards