Using this snippet you can make all WooCommerce pages fullwidth:
.woocommerce .content-area {
width: 100%;
}
.woocommerce .widget-area {
display: none;
}
INFO: This is a CSS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you add this snippet in Customize > Additional CSS.
