Home Forums WoodMart support forum full stretch in product archive

full stretch in product archive

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

    cristicozma
    Participant

    Hello, how can i make the shop page stretch the products all the way to the margin of the mobile screen

    Thank you

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

    Hello,

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

    .shop-content-area:not(.col-lg-12) {
        padding-left: 0;
        padding-right: 0;
    }

    Best Regards

Tagged: 

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