Home Forums WoodMart support forum On the product page, the product sorting attribute selection button is not long

On the product page, the product sorting attribute selection button is not long

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #619506

    dhndigitalmarketing
    Participant

    Because I use Vietnamese, the displayed text is longer than the English version, which causes the product sorting button to be clicked on the longest part, “order by price: high to low”, which does not have enough space to display the entire paragraph like when using English. I want this button to be wide enough to contain all the Vietnamese characters like when using English.

    Attachments:
    You must be logged in to view attached files.
    #619933

    Hung Pham
    Keymaster

    Hello dhndigitalmarketing,

    Thanks for reaching to us and appreciate your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-shop-tools form.woocommerce-ordering.wd-style-underline select{
        max-width: 350px;
    }

    Best Regards.

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