• hello to everyone, using vertical ipad with 768px screen, the site is seen in desktop mode, (only 767 px the site goes into mobile mode)

    do you know how I can set up the mobile version on a table with 768px vertical screens?

    thank you
    nick

Viewing 1 replies (of 1 total)
  • Hello,

    Try something like this:

    @media only screen and (max-width: 500px) {
        body {
            width: 100%;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile site with ipad’ is closed to new replies.