CMS Development

RCross2
Member

Different font size on mobile

SOLVE

Hi!

 

I've been creating a landing page on hubspot and copied the code into a different platform. Can someone explain why the font size looks smaller on mobile devices? Where can I find the media queries and how do I change the font size to ensure it looks bigger on mobile? 

0 Upvotes
1 Accepted solution
albertsg
Solution
Guide

Different font size on mobile

SOLVE

Hi @RCross2, by inspecting your code you should see in what file the font-size is being updated (see: https://developers.google.com/web/tools/chrome-devtools/css#view) so you can easily change it or add the desired font size into the file.



Did my answer help you? Mark it as a solution


Book time with me

You can also connect with me on LinkedIn



View solution in original post

2 Replies 2
albertsg
Solution
Guide

Different font size on mobile

SOLVE

Hi @RCross2, by inspecting your code you should see in what file the font-size is being updated (see: https://developers.google.com/web/tools/chrome-devtools/css#view) so you can easily change it or add the desired font size into the file.



Did my answer help you? Mark it as a solution


Book time with me

You can also connect with me on LinkedIn



piersg
Key Advisor

Different font size on mobile

SOLVE

Hi @RCross2, can you link the page that you're talking about please so we can be specific about where these media queries are?