This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by Martine
Hi!
I’m trying to set the default sorting in the shop toolbar on a widht of 100%. There’s more then enough room for it. I’m using this code:
.woocommerce-ordering select {
width: 100%;
}
Obviously this is not working. How can I change this?
See image: https://www.loom.com/i/fde8b24d17834bfc90490005829e82d5
Hello,
Change the code to:
.woocommerce-ordering select {
width: 100% !important;
}
Regards
Thanks!
Tagged: 100%, default sorting, optimization, templates, woocommerce, wordpress
The issue related to '‘Default sorting on 100%’' has been successfully resolved, and the topic is now closed for further responses