CSS conflict with theme
-
I got a CSS conflict while using this plugin, the conflict was caused by this CSS
.woocommerce form .form-row.address-field .select2-container,
.select2-container{
width: 100% !important;
}in file
plugins/woo-vietnam-checkout/assets/css/devvn_dwas_style.css?ver=2.1.2The selector “.select2-container {}” should have a prefix to narrow-down the scope.
The topic ‘CSS conflict with theme’ is closed to new replies.