Basis Theme: How to enable mobile template
-
Hi,
I would like to make my website mobile enabled. I was wondering if there is a way to make the mobile version more like the website version.
When I access the website on my phone, the texts all come out really big. Is there a way to make everything smaller? It just looks a bit weird right now.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try to add this css;
@media screen and (max-width: 640px) { p{ font-size: 100%; } } -
Basis is already a responsive theme, so by default it adapts well to mobile devices of any size.
For this reason, you don’t need to enable the separate mobile theme, which is meant for older themes that aren’t already responsive.
Basis is already responsive and mobile-ready. You can disable the mobile theme under Appearance > Mobile.
You can learn more about the different types of themes and how they relate to mobile devices:
http://en.support.wordpress.com/themes/theme-layouts/
Let me know if you have any questions.
- The topic ‘Basis Theme: How to enable mobile template’ is closed to new replies.