Archived topic
Adjust line spacing of text on Off Canvas Panel
3 replies · Started by Michelle on October 18, 2021
Viewing posts 1–4 of 4
I'm trying to adjust the line spacing/line height of text on the Off Canvas Panel. Here is what I tried:
.widget_text { line-height: 5px }
It didn't change anything.
Hi there,
Try this:
.slideout-navigation a {
line-height: 2em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That looks so much better! Now when people view it on mobile, they won't hit two lines at once when choosing a category. Thank you.
No problem :)
This archived topic is closed to new replies.