I have a form in my page and i had to define the option for my product. It works good on desktop but on mobile the drop down is not showing up. and i have this css code:
field_13_24 .ginput_container_select .select {
display: none !important;
}
because if i don’t have it my total is not updating. Please help!!!