Okay
  Public Ticket #2413530
footer padding
Closed

Comments

  •  10
    Howgego started the conversation

    Hi!

    Is there a way of changing the footer padding?

    I'm trying to decrease the amount of grey space above and below my newsletter sign-up form in the footer.

    Thanks!

    Kate

  • [deleted] replied

    Hi Kate,

    I can see that you have activated Footer Widgets but you are not using any widget in the footer so I disabled the option for you.

    See video: https://d.pr/v/6omjzW

    Now the footer area is much smaller.

    medium
    (view on a new page)

  •  10
    Howgego replied

    Hi Ylli,

    Oh no I did have a widget! - I had some HTML code for an embedded Mailchimp sign-up form!! (see screenshot) Now it's gone!
    Could you not see it?

    I can redo it but I was wondering if I can reduce the padding below it?

    Thanks,

    Kate

  •  10
    Howgego replied

    here's the attachment!

  • [deleted] replied

    Hi Howgego,

    Please add the code below to your Custom CSS area:

    .widget-area.widgets--columned-layout>.widget {
        margin-bottom: 0px;
    }
    .site-footer .footer-widgets {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #mc_embed_signup {
        background: transparent;
    }

    Have a great day!

  •  10
    Howgego replied

    Thanks Ylli,

    That looks a lot better!

    Have a great day as well.

    Kate