Home Forums Basel support forum How to display woocommerce result count in mobile

How to display woocommerce result count in mobile

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

    Dear Support Team,

    I want to know how to display woocommerce result count in mobile as displayed in image.

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

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    @media (max-width: 481px){
    body .shop-loop-head .woocommerce-result-count {
       margin-top: 30px;
       display:block;
    }
    }

    Best Regards

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