[Resolved] Footer widgets space between title and items

Home Forums Support [Resolved] Footer widgets space between title and items

Home Forums Support Footer widgets space between title and items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272902
    Miguel

    Dear Tom,

    How can I decrease the space between the title and the lines (items) below it when editing footer widgets?

    Do I need CSS for that or is there another way?

    Many thanks!

    Miguel

    #272912
    Tom
    Lead Developer
    Lead Developer

    You would use CSS for that (for now).

    .footer-widgets .widget-title {
        margin-bottom: 30px;
    }
    #272986
    Miguel

    Thank you very much!!

    #273042
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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