Home Forums WoodMart support forum Categories product count – drop on the second line

Categories product count – drop on the second line

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #409443

    alin.horne
    Participant

    Hello,

    I tested yesterday, if in the main category, are fewer that 5 digits (9999 products), the allign is correct.
    Now are 5 digits (more than 10000 products in the Fashion category), and the counting number is on the second line.

    Can you please help me to be correctly alligned?

    My regards,
    Alin

    PS: this is happen on desktop and mobile too.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .count {
        padding-right: 0;
    }

    Best Regards

    #412813

    alin.horne
    Participant

    Hello,

    This code, didn’t solved the issue. Can you please help me?
    Thank you!

    #413116

    Hello,

    Sorry for the earlier inconvenience.

    Can you please once try the following Custom CSS on your Site, hopefully, this will work out for you:

    .widget_product_categories .product-categories li a {
        width: calc(95% - 40px) !important;
    }

    The location to paste Custom CSS is the same as told earlier.

    If this somehow doesn’t work too then kindly share your WP-ADMIN Login details so that we can look ourselves at this on your Site.

    Best Regards

    #413619

    alin.horne
    Participant

    Hello,
    any news?

    #413697

    Hello,

    Sorry for the earlier inconvenience.

    Can you please once try the following Custom CSS on your Site, hopefully, this will work out for you:

    .widget_product_categories .product-categories li a {
        width: calc(95% - 40px) !important;
    }

    The location to paste Custom CSS is the same as told earlier.

    If this somehow doesn’t work too then kindly share your WP-ADMIN Login details so that we can look ourselves at this on your Site.

    Best Regards

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