Default sorting on 100% - by Martine - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Martine

  • Avatar: Martine
    Martine
    Participant
    October 26, 2021 at 08:51

    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

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2021 at 09:12

    Hello,

    Change the code to:

    .woocommerce-ordering select {
    width: 100% !important;
    }

    Regards

    Avatar: Martine
    Martine
    Participant
    October 26, 2021 at 09:16

    Thanks!

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Default sorting on 100%’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.