Skip to main content
Participant
July 25, 2017
Answered

Responsive site not being very responsive after uploading to server

  • July 25, 2017
  • 1 reply
  • 350 views

I have designed a responsive site (granted,my first one) and all seems fine displaying on a browser, even when reducing the width. The QR code also works fine. But I uploaded the site to my host, and now the only thing that appears on a mobile is the tablet width. I am lost. Can anyone help? Please?

    This topic has been closed for replies.
    Correct answer BenPleysier

    Add the highlighted line

    <html>

    <head>

    <meta charset="utf-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Guilford Garden Center - Where Gardening is Fun!</title>

    <link rel="stylesheet" href="styles.css">

    Edit: Thanks for the prompt, I forgot to add that line to the project that I am working on at the moment. Good catch!

    1 reply

    BenPleysier
    Community Expert
    Community Expert
    July 25, 2017

    Please supply a link to your site

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    July 25, 2017

    Add the highlighted line

    <html>

    <head>

    <meta charset="utf-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Guilford Garden Center - Where Gardening is Fun!</title>

    <link rel="stylesheet" href="styles.css">

    Edit: Thanks for the prompt, I forgot to add that line to the project that I am working on at the moment. Good catch!

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!