Home Forums WoodMart support forum product bottom margin on mobile

product bottom margin on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #391539

    cesaicumpar
    Participant

    There is margin-bottom: 20px on mobile products

    I added the following code


    @media
    (max-width: 768px)
    .wd-add-btn {
    margin-bottom: 0px !important;
    }

    but it doesn’t remove the margin. what am i missing?

    #391566

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #391591

    cesaicumpar
    Participant

    I’d love if I could edit or delete my replies. Take this as a feedback

    I changed the password and added the details in the private area

    #391693

    Hello,

    Please provide a relevant screenshot where the margin is to check it myself and help you out accordingly.

    Best Regards

    #391976

    cesaicumpar
    Participant
    #392074

    Hello,

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

    .wd-add-btn {
    margin-bottom: 0;
    }

    Best Regards

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