Hi
Just a quick question if I wanted a website to be viewed on iPAD / Tablet devices exactly the same as it looks on a desktop pc would I just need to remove from the stylesheet the following references that make the site responsive
@media screen and (max-width:1024px)
and its coressponding CSS
@media only screen and (min-width:801px) {ETC
@media screen and (max-width:800px) {ETC
and/or would I also need to alter
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
<
p>Many thanks“`</p>