• Hi

    I had a look at the traffic coming to my site .

    I am getting traffic coming to site predominantly with a fairly large screen res . Also getting some , and a increasing amount from handheld devices. Ideally I would like to carnage the layout of my site to cater for higher resolution coz its looking a bit cluttered and would be better with more space etc.

    Any suggestion on how to manage this so that its good for viewing on both handheld and larger resolution monitor ??

    http://www.carlleaphotography.co.uk
    [unnecessary link moderated]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use a theme with a responsive design is probably the best way to go.

    create a child theme
    go to your style sheet

    and add
    @media screen and (max-width:320px)
    {
    your style classes
    }

    similarly you can set style for your different screen sizes
    and add this to your header if it is not already present

    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Screen Resolution and "handheld"’ is closed to new replies.