Okay
  Public Ticket #2929322
Padding copyright area footer
Closed

Comments

  •  2
    Revisemarketing started the conversation

    Hi,

    Is there a way to adjust the padding of the Copyright Area of the footer? Now there is a large whitespace on the top and bottom of the footer. I want it to just be a small block.

    Thanks!

    Mathilde

  •  2,959
    Andrew replied

    Hello Mathilde,

    Please try the following CSS.

    #footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
        padding: 10px 0 !important;
    }
    

    Regards,