Still need help? Submit a support ticket.

Make Blocks full width on WooCommerce Product Page

On some themes you may need a little css for blocks to stretch full screen

This CSS should fix it :)

.woobuilder .alignfull {
margin: 0 calc( 50% - 50vw );
width: auto;
}