Archived topic
Title non responsive
2 replies · Started by Jorge on January 17, 2018
Hey, I'm having trouble with the title I show on the cover. These are two words that can be seen correctly on a big screen, but at small screen size the words are cut off. can you tell me how to make them look good when I see them from my cell phone?
Thank you very much and I apologize for my little experience.
Jorge
Hi there,
Try this CSS to reduce the size on mobile only:
@media (max-width: 768px) {
h1.txtppal {
font-size: 10px;
}
}
More info here: https://docs.generatepress.com/article/responsive-display/
Let me know.
Thank you, Leo. It worked properly.