Created
November 20, 2017 09:48
-
-
Save iMazed/243a4ace13ee749832f14557b7b1ce90 to your computer and use it in GitHub Desktop.
Move EU VAT Number field
This file contains 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
#woocommerce_eu_vat_number { | |
position: absolute; | |
top: 230px; | |
width: 100%; | |
} | |
#billing_country_field { | |
margin-top: 6em; | |
} | |
.woocommerce-billing-fields { | |
position: relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment