Okay
  Public Ticket #1523482
empty space of the footer
Closed

Comments

  • mcaldarini started the conversation

    Hi,

    How can I redure the empty space of the footer

    above and below the black line) 

    thx

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Just add the code below to your Custom CSS area:

    .site-footer.footer-bottom-vertical .footer-bottom .footer-bottom-content {
    padding-top: 10px;
    padding-bottom: 30px;
    }

    Have a great weekend!