[Resolved] footer widget line height

Home Forums Support [Resolved] footer widget line height

Home Forums Support footer widget line height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1321235
    Mike

    I have 3 footer widgets. I would like to change the line height in 2 of them. Is this possible with HTML in the widget?
    If not can you tell me how to change the line height for all of them with CSS

    Thanks
    Mike Mahaffey

    #1321396
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .footer-widget-2 .textwidget p,
    .footer-widget-3 .textwidget p {
        line-height: 1.5em;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1321437
    Mike

    Thanks Leo
    exactly what I needed

    #1322371
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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