Site logo

Archived topic

question on padding between widget title and widget content

1 reply · Started by mmarvel on January 15, 2018

Viewing posts 1–2 of 2

I'd like to shrink the padding between the widget title and content. Is there an easy way in css to do this?

Thanks.

Hi there,

Try this:

.widget-title {
    margin-bottom: 10px;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Also just a note that your footer widget 3 has two different widgets in it which is why the margin is different than 1.

This archived topic is closed to new replies.