RebelTechnology / OwlServer

Web-based Client/Server application for the Open Ware Laboratory
GNU General Public License v2.0
2 stars 2 forks source link

Live site checkout drop-down not working #234

Closed pingdynasty closed 2 years ago

pingdynasty commented 6 years ago

Add a product to the shopping cart then go to checkout. When US is selected as country, a searchable drop-down appears for State. The drop-down is unusable as the display width is 1px, and the user is unable to complete checkout.

The issue can be reproduced on https://dev.rebeltech.org

image

Others have reported similar problems but different solutions seem to apply, e.g. https://github.com/woocommerce/woocommerce/issues/15665 https://support.shufflehound.com/forums/topic/woocommerce-state-dropdown-not-showing/

pingdynasty commented 6 years ago

I think I've fixed the issue (for now) on live by going to Appearance / Customize / Custom Code / CSS and add: .woocommerce form .form-row span.select2 { width: 100% !important; }