Tagged: Font Size In Mobile
This topic contains 5 replies, has 2 voices, and was last updated by StartupWP 4 years, 7 months ago.
- AuthorPosts
- August 8, 2014 at 5:58 PM #1796
Hi
I have been searching for a solution to adjust the font size to fit all the mobile and android for my site. I have used :
1. <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” />, but the screen looks too large.
2. <meta name=”viewport” content=”width=device-width” />, everything is OK except the top header (register and login that line) is missing and the bottom footer (after footer menu) something showing up.
3. @media all and (max-width:1000px){ ……. }}, it works for iphone only.
Please advise.
Thanks.
August 9, 2014 at 5:44 PM #1797Thanks as I have resolved most of the above-mentioned problem. However, how to push the footer all the way to the bottom of the page. From the view of laptop, iphone and android, they look fine but as for other mobile phone, you can see the footer is not at the bottom of the page yet.
Thanks.
August 11, 2014 at 7:57 PM #1798I have found out the css style of pushing the footer to the bottom of the page.
However, refer to smartphone, I can see some irritating objects appear before the actual page coming out when click. Before that, I have added this code to the header.php <meta name=”viewport” content=”width=device-width”/>.
Is there any way to solve it ?
Thanks.
August 21, 2014 at 6:03 PM #1806Apologies for this late response, we’ve been away due to technical difficulties.
Did you still need help and if so, with what exact parts?
August 27, 2014 at 6:36 PM #1824At the meantime, I have resolved it.
Thanks.
August 28, 2014 at 2:57 PM #1827Okay, thanks for the follow up.
- AuthorPosts
You must be logged in to reply to this topic.