Archived topic
footer widget line height
3 replies · Started by Mike on June 9, 2020
Viewing posts 1–4 of 4
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
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 :)
Thanks Leo
exactly what I needed
No problem :)
This archived topic is closed to new replies.