Would you mind posting a link to the site that you’re working on so I can see exactly how the page is displaying for you?
Thanks!
Hi. No problem. Thanks for the quick reply. It is your own site.
Please compare
Virtue Pemium:
http://themes.kadencethemes.com/virtue-premium/blog/
with the free wordpress ICY theme:
http://goo.gl/2IoeYg
You may use the ‘Responsive Design View’ Tool on Firefox: <ctrl-shift-m>
Try different screen sizes and watch any title as well as perhaps also the body.
I used Firefox v43.0.4 on a XP system but with a full HD/HDMI monitor 24 inch. You can easily see the difference.
As I see it, your theme’s fontsize did not resized in height with different viewports as the ICY theme did, correctly
To your credit, many themes I tested did NOT resized as they should.
Still, as you can see with ICY, some can.
Thanks for looking into it
I don’t believe that this is really an issue with the theme, as some simple CSS would allow you to do whatever you like with those font sizes. It is behaving exactly as it was designed to.
If you like, I’ll be happy to help you with CSS that will keep the font scaling down, just let me know!
Hi Kevin. Thanks again for the reply. Yes, I do believe your theme is doing what she is designed for. And yes, I think CSS (may be) the way to go. There are some alternate libs out there, too. Anyway, I’ll keep your offer. Talk you later.
Hey,
So I think your just wanting to change the font size based on screen size?
You can do that with css for example:
@media (max-width: 767px){
h1 {
font-size: 20px !important;
}
}
that would effect your h1 font.
Kadence Themes
Thanks to update me with the code. Will try it over the weekend. Have already custom css installed