Archived topic
Tagline does not resize with Site Title
3 replies · Started by Moira Ashleigh on May 16, 2019
Viewing posts 1–4 of 4
The Site title resizes but the tagline does not which results in the tagline being larger than the site title on a phone. Is there a fix for this?
Thx
M
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
p.site-description {
font-size: 10px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thx with a little moderating this worked very well thanks :)
M
No problem :)
This archived topic is closed to new replies.