Turns out it was a CSS error on the themes woocommerce.css
I added the below code to the checkout page and it fixed the issue
.woocommerce form .form-row select {
position: static !important;
background-color: White !important;
margin-bottom: 8px !important;
}
Thank you 🙂
Mate, you are a bloody legend (insert Australian accent)
This fixed the issue! Thank you so much :).
Hi angelleye,
Thanks for the quick reply. I temp switched themes over as you recommended and it appears the theme is the issue. Unfortunately, this is a “custom” theme which my work paid to be developed and the developer is no longer supporting updates etc.
I’m also not entirely confident Woocomerce has worked correctly on this theme at any stage as this is the first time we have tried to use it.
Thanks for your help 🙂