Archived topic
Woocommerce Checkout State/Province Drop Down Box CSS
5 replies · Started by Bill on February 12, 2021
Viewing posts 1–6 of 6
Is there a way have the height match the other address boxes and also not have a radius?
Hi Bill,
Try this CSS:
.select2-container--default .select2-selection--single {
border-radius: 0;
padding-top: 10px;
padding-bottom: 36px;
margin-bottom: -1px;
}
Thanks Ying! The only problem is it affected the spacing below it.
Thanks so much Ying!!!
You are welcome :)
This archived topic is closed to new replies.