Home Forums WoodMart support forum Select Variation Options Not Displaying Correctly

Select Variation Options Not Displaying Correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40733

    tekhnologica
    Participant

    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.
    #40796

    Bogdan Donovan
    Keymaster

    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

    #40872

    tekhnologica
    Participant

    That worked like a charm; thanks.

    #40876

    Artem Temos
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)