This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi, in Xstore panel i can change some fields which is great but i cant find out where to adjust the size of the fields. i would like to have this 3 fields next to eachother.
https://gyazo.com/c86ab319c65c3b1e681dbfefbdddb750
Somehow the theme forces the fields to be 100%width.
i would like to have it like this: https://gyazo.com/3053d3da74a7abdb1f78ebac31820e49
testsite: vinopura.hellomarketing.nl
How to do that? thanks!
Hello,
Try to use the next custom CSS code:
.woocommerce-checkout #min-age-woo-ask-dob .form-row {
display: inline-block;
margin-right: 15px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up