Created
December 21, 2019 08:49
-
-
Save ahmedeshaan/e79b84eeb67c29f709f5b365aa72ed47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.archive.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .variable-items-wrapper { | |
display: inline-flex !important; | |
} | |
.woo-variation-swatches-pro .wvs_add_to_cart_button.button{ | |
float:none !important; | |
display:block; | |
text-align:right !important; | |
} | |
.woo-variation-swatches-pro .reset_variations{ | |
display:block !important; | |
} | |
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type{ | |
margin-right:inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment