Hi, The theme understands when to change from the regular website to the mobile website fine on my iphone but not on my Android, it keeps displaying full size but shrunk? Where are the settings to control when it is supposed to switch to mobile responsive theme? For example, settings for certain phones and screen width. Android in general has larger screen width so maybe that's why its showing regular size. Where to add more devices and change the screen pixel options. Please advice. Thanks, Marc
Hi Nitesh, thank you I will soon. For now, can you tell me where I can find these settings in the .php files in the theme? Thanks, Marc
Go to the style.css file exist in your theme directory and there you can add media code for different screen size. For example:- @media only screen and (min-width: 768px) and (max-width: 960px) { Your css }