Forums
Home / Theme: GeneratePress / Changing the line space of a single widget
(@fitnsexy)
2 months ago
Hello,
how can I change the line spacing (only for this single widget, see: https://gyazo.com/b18d7df5742419479a253186a70c33b5) so that it looks like this: https://gyazo.com/81a537b5eebdcbdd7329f5441ff0f4cf?
The page I need help with: [log in to see the link]
(@yingscarlett)
Hi there,
I see the widget has some inline style, is it added by you? If so, you can add one line of CSS to adjust the line-height.
line-height
border: 1px solid #b8922b; padding: 5px 10px; margin: 10px !important; clear: both; text-align: center;
Thx, that’s it!
You are welcome 🙂