Site logo

Archived topic

How to reduce footer widget padding? Already at 0

3 replies · Started by Mike on June 25, 2020

Viewing posts 1–4 of 4

hello,
how can I reduce the top padding for the widget footer? it is currently set to 0 but still padding
https://imgur.com/a/Z6iQHvM
also, how to reduce the footer widget font? I am ok with the font size for the footer, but would like the footer widget font to be smaller
thanks

Hi there,

try this CSS:

.footer-widgets .widget {
    font-size: 13px !important;
    line-height: 1;
}

Brilliant!

You're welcome

This archived topic is closed to new replies.