Okay
  Public Ticket #2773860
Overlapping result text and default sort button
Closed

Comments

  •  6
    sn0wtec started the conversation

    Hi there

    In my product categories, the text displaying how many results are shown and the button for changing default sorting are overlapping. Please see the attached screenshot. How can I fix this?

    Best Regards

  •  1,878
    Judith replied

    Hi There,

    Thanks for keeping in touch,

    Please try this css:

    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        right: 311px;
    }

    Thanks.

  •  6
    sn0wtec replied

    This worked perfectly, thank you very much.