diff --git a/assets/css/main.css b/assets/css/main.css index 18aeacb..e447a19 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1490,6 +1490,11 @@ li.woocommerce-MyAccount-navigation-link--customer-logout:before { color: #fff; background-color: var(--primary-dark); } +/* Bootstrap 4 conflict fix */ +.woocommerce .col-1, +.woocommerce .col-2 { + max-width: none; +} /*-------------------------------------------------------------- # Contact Form 7 --------------------------------------------------------------*/