Home Forums WoodMart support forum Centre filter search button

Centre filter search button

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

    jraudus
    Participant

    Hi,

    How do i centre the filter button on my sidebar product filter?

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

    Hello,

    You have to use the below css in your Theme Setting >> Custom Css >> Global Custom CSS:

    .woodmart-product-filters>div.woodmart-pf-btn {
        margin-left: auto;
        margin-right: auto;
    }

    Result: http://prnt.sc/pa7c6k

    Best Regards.

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