WooCommerce Shop Width

Hi,

Love the theme!

How do I change the width of my WooCommerce shop content as seen here:

Klevrhance.com/shop

Hi @yy9ui,

I hope you are well today and thank you for your question.

I think you want to change the width of content as shown in the attached screenshot.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (min-width: 768px) {
.post-type-archive-product #page ul.products li.product {
      width: 22.05%;
}
}

Best Regards,
Movin