[Resolved] Spacing in Footer Area

Home Forums Support [Resolved] Spacing in Footer Area

Home Forums Support Spacing in Footer Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1489812
    Akshay

    Can you please suggest how to provide spacing between links in the footer and text in the footer area?

    Link: https://www.bestmom.in/

    #1489826
    Elvin
    Staff
    Customer Support

    Hi,

    For the space between links:

    You can look for this CSS in the customizer’s Additional CSS codes

    .footer-bar > .widget {
        display: inline-block;
        margin: 0 10px;
    }

    Just change the 10px value on the margin property.

    As for the space between the links and the text:

    .footer-bar {
    margin-bottom: 20px;
    }

    Just adjust the value to your preference.

    #1491391
    Akshay

    Thanks

    #1494690
    Elvin
    Staff
    Customer Support

    No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.