Site logo

Archived topic

Footer widgets space between title and items

3 replies · Started by Miguel on February 1, 2017

Viewing posts 1–4 of 4

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

You would use CSS for that (for now).

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

Thank you very much!!

You're welcome :)

This archived topic is closed to new replies.