Home Forums WoodMart support forum Row on Mobile

Row on Mobile

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

    gzelasco
    Participant

    Please attached
    I need to reduce space between rows on Mobile, without affecting Desktop (see attached)

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

    Hello,

    I saw the screenshot you attached. To reduce the space as mentioned in the screenshot. You need to adjust the margin of the specific item by adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .promo-banner-wrapper #wd-5ed6bb30becd8 {
    margin-top: -25px;
    }

    Best Regards.

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