Home Forums WoodMart support forum product grid left and right margin “0” set

product grid left and right margin “0” set

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

    CyberDome
    Participant

    product grid left and right margin “0” set. All Home and Shop Page Only.

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

    Hello,

    Please try adding the following Custom CSS for that.

    .archive .site-content.shop-content-area {
    padding-left: 0;
    padding-right: 0;
    }

    Best Regards

    #373561

    CyberDome
    Participant

    All page product grid margin set.

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

    Hello,

    Please try adding the following Custom CSS for that.

    .container.related-and-upsells {
        padding-left: 0;
    	padding-right: 0;
    }

    Best Regards

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