Home Forums WoodMart support forum How to remove gap in mobile view of footer

How to remove gap in mobile view of footer

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

    shadestech
    Participant

    In mobile view there is more gape between footer i attach screenshot please look how to remove this gap

    Please help

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

    Hello,

    I saw the screenshot you attached.

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

    .footer-column {
        margin-bottom: 15px;
    }

    Best Regards

    #289410

    shadestech
    Participant

    Aboue css remove gap from footer

    Also please help me to remove gap between google play image and recent post in footer coloum 2

    How to remove gap

    I attach screenshot of footer

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

    Hello,

    I saw the screenshot you attached.

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

    .footer-widget {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    Regards.
    Xtemos Studios

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