Home Forums WoodMart support forum center the number of products

center the number of products

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

    lucachen
    Participant

    How to move the product numbers of all categories to the centre?

    Thank you

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

    Hello,

    Use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-nav-product-cat .nav-link-count {
    	position: absolute !important;
    	left: 25px !important;
        
    }

    Change the code as per your need.

    Best Regards.

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