This topic has 3 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
On checkout page, if is selectet sell in only one country, country label stay above label of form
Hello @Sergiu,
In order to resolve your issue, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.woocommerce-checkout p#billing_country_field {
position: absolute !important;
top: 28% !important;
left: 85% !important;
}
The result should look like this: https://postimg.cc/xXCddfDP
Note: You can adjust the values in the given code to suit your needs.
Best Regards,
8Theme’s Team
Hello Sergiu,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
form #billing_country_field.et-advanced-label label[for] {
position: static;
margin: 0;
}
Kind Regards,
8theme team
Tagged: checkout, country, form, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up