How do you shrink the main title so it fits on mobiles without breaking up?
- The topic ‘How do you shrink the main title so it fits on mobiles without breaking up?’ is closed to new replies.
Need help? Check out our Support site, then
A simple code would be appreciated, bro.
The blog I need help with is: (visible only to logged in users)
Try this:
@media screen and (max-width: 881px) {
.site-title {
font-size: 38px;
}
}
Let me know if you have any additional questions!