I have a website www.soundandlig htguys.co.uk that I would like to look the same on any mobile device.
I have had a look online at various forums and from what I gather they have suggested to add the viewport tags to each web page.
<meta name="viewport" content="width= device-width, initial-scale=1">
And also add
@viewport{width : device-width;} onto my style.css sheet.
I have added all the above but cannot seem to get my site to look correct on my mobile device (Samsung s5). Always seems to zoom in. Can anyone spot what I am doing wrong? (Pages 5 & 6 work but I don't know how)
I have had a look online at various forums and from what I gather they have suggested to add the viewport tags to each web page.
<meta name="viewport" content="width= device-width, initial-scale=1">
And also add
@viewport{width : device-width;} onto my style.css sheet.
I have added all the above but cannot seem to get my site to look correct on my mobile device (Samsung s5). Always seems to zoom in. Can anyone spot what I am doing wrong? (Pages 5 & 6 work but I don't know how)