Select Variation Options Not Displaying Correctly
-
On Chrome and FireFox, the “Select options” display on products in the shop results page show up correctly. However, when viewed on Microsoft Edge, the text looks all scrunched together. Please see the screenshots attached.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .quick-shop-wrapper .quick-shop-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
Regards
That worked like a charm; thanks.