Change from regular to mobile website SETTINGS?

Discussion in 'GeoCraft WordPress Theme' started by Marc1, Jan 31, 2013.

  1. Marc1

    Marc1 Member

    Joined:
    Dec 24, 2012
    Messages:
    37
    Likes Received:
    1
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please specify which Android phone you are using and also send screenshot of the problem.
     
  3. Marc1

    Marc1 Member

    Joined:
    Dec 24, 2012
    Messages:
    37
    Likes Received:
    1
    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
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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 }
     

Share This Page