Skip to content

Instantly share code, notes, and snippets.

@twobyte
Last active July 1, 2021 08:58
Show Gist options
  • Save twobyte/467ccacecfc17ffd4b1fd5617de466e5 to your computer and use it in GitHub Desktop.
Save twobyte/467ccacecfc17ffd4b1fd5617de466e5 to your computer and use it in GitHub Desktop.
/**
* Over-ride bootstrap 4 .col-1 .col-2 flex grid styles conflict in Woocommerce layout styles
*/
.woocommerce,
.woocommerce-page {
.col2-set {
.col-1,
.col-2 {
max-width:none;
flex: none;
padding-left:0;
padding-right:0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment