On the product page, the product sorting attribute selection button is not long
-
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.
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.