Reply To: Footer Widget Spacing

Home Forums Support Footer Widget Spacing Reply To: Footer Widget Spacing

Home Forums Support Footer Widget Spacing Reply To: Footer Widget Spacing

#208172
Tom
Lead Developer
Lead Developer

Hi Garth,

Currently, there’s spacing options for the entire footer widget area (box that holds all of the widgets), and the footer area (box with the copyright).

There aren’t any settings for the individual widgets.

It looks like those just have some CSS:

.inside-footer-widgets .inner-padding {
    padding: 0 40px;
}

I did this as there’s no way to change the color of the individual footer widgets either – they just sit in the footer widget area.

I can see the benefit of adding an option to deal with the above CSS though – I’ll mark that down as a future feature.

Hopefully that’s what you meant.

Let me know 🙂