Sydney is 10 SYDNEY
is 10!

celebrating with up to 40%Off!

DAYS
HOURS
MINUTES
SECONDS

Fullwidth WooCommerce pages

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.