Home Forums Basel support forum FOOTER RESIZE

FOOTER RESIZE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224057

    sandrofinoribeiro
    Participant

    Hi Elise,
    I hope you’re not working on Sunday 😉
    I need do reduce the size of my footer, i already make some changes but if you can give me some help i will appreciate it.
    Check the attached image.
    Thanks,
    SR

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .footer-container .widget-area {
        padding:10px 0 0 0;
    }
    body .footer-container .footer-column {
        margin-bottom: 10px;
    }

    Best Regards

    #224086

    sandrofinoribeiro
    Participant

    Thanks, its done.

    And how can i reduce the space between lines/links in the footer column #2 ?
    Actually is 2, i pretend to reduce to 1.5, i already done that on footer column #3.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .footer-container ul li {
        margin-bottom: 5px;
    }

    Best Regards

    #225709

    sandrofinoribeiro
    Participant

    Thanks, its done!

    #225778

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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