Home Forums WoodMart support forum Would you help me deleting the space gap before footer in my home page?

Would you help me deleting the space gap before footer in my home page?

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

    alyssaguo826
    Participant

    Would you help me deleting the space gap before footer in my home page? I don’t know code at all. Thank you!

    Best Regards
    Alyssa

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

    Hello,

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

    .home .site-content {
        margin-bottom: 0;
    }
    
    .home .footer-sidebar {
        padding-top: 0;
    }

    Best Regards

    #360479

    alyssaguo826
    Participant

    Thank you so much! It worked. Very appreciated.

    Warm Regards
    Alyssa

    #360569

    Most Welcome 🙂

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘Would you help me deleting the space gap before footer in my home page?’ is closed to new replies.