Okay
  Public Ticket #2400679
Footer size
Closed

Comments

  •  3
    Raquel Escobar started the conversation

    I have added this to make the footer area smaller but it doesn't seem to work,

    I want my footer and copyright area very thin.
    Thanks

    }

    #footer-outer .widget {
        margin-bottom: 10px !important;
    }

  •  2,979
    Andrew replied

    Hi Raquel,

    Try the following custom css:

    #footer-outer #copyright {
        padding: 10px !important;
    }
    #footer-widgets .container .row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    

    Thanks.

  •  3
    Raquel Escobar replied

    That is just for the copyright and the rest of the footer?

  •  2,979
    Andrew replied

    Hi Raquel,

    I updated the recently sent css. Copy again.

    Regards.

  •  3
    Raquel Escobar replied

    Thank you ;-)