- This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Greatnews › Posts look great on desktop but don’t translate onto mobile view
Hello again,
I’ve written my first article and it looks great on my computer. When I access it on my mobile it doesn’t look as good. The words don’t shrink proportionately and they fall under one another. I haven’t been able to find any pluggins to solve this (please recommend some if you have any).
What can I do fix this. Any ideas welcome.
Thank you 🙂
Casey
Can you please share your site URL?
Regards,
psink
Sure thing!
I haven’t really posted any articles yet because I can’t get it to look good on mobile view. But here’s the url 🙂
Hello Caseyj
Can you please make a screen record of the actual issue? Cause I’m in little confused about your query
Regards,
Psink
Sure thing!
https://photos.app.goo.gl/WYEAuFvBmoCcE7aE6
Two images are of the article on a computer. It looks fine. But the same article when viewed from a mobile phone looks terrible. The text isn’t shrunk proportionately.
For example the title is massive, so much so that words are pushed underneath each other rather than shrinking to fit the screen.
The image is shrunk, which is good, but the photo credit text (which should be the smallest text) beneath the image has barely shrunk, and is now the same size as the regular body text.
So I’m trying to figure out how to make the article fit mobile viewing so it doesn’t look like a mess haha.
Thanks again 🙂
Hello Caseyj
Add this CSS in the Additional CSS
@media screen and (max-width: 767px) {
h1 {
font-size: 32px;
}
h2 {
font-size: 22px;
}
}
you can adjust the font size as per your requirement – and the above CSS will hit the screen below width 767px
Regards,
Psink
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |