do you have an idea why the drop down is cut in a half on this site?
Hey Etix!
You have some custom CSS which is adding some padding to it. I couldn’t pinpoint where it was coming from but you can add this to your custom CSS to fix it.
select {
padding: 0 5px !important;
}
Best regards,
Elliott