Home Forums WoodMart support forum Center left side filters for mobile / tablet view

Center left side filters for mobile / tablet view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176551

    kostasm
    Participant

    hello,

    i am trying to find out how to center left side filters for mobile / tablet view (check photo).
    If you check breadcrumbs from above they have perfect center justification if you resize screen, i need the same if possible.

    Can you help me with this with some custom css maybe?

    thank you.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768px){
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-shop-tools {
        justify-content: center;
    }
    }

    Best Regards

    #177785

    kostasm
    Participant

    Thank you very match! you are awesome!

    #177800

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Center left side filters for mobile / tablet view’ is closed to new replies.