[Support request] question on padding between widget title and widget content

Home Forums Support [Support request] question on padding between widget title and widget content

Home Forums Support question on padding between widget title and widget content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #471808
    mmarvel

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

    Thanks.

    #471912
    Leo
    Staff
    Customer Support

    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.

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