Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #318243
    Glen Pavelich
    Participant

    It looks like no media queries have been set up for the home page for phones and smaller devices.  The content wrappers are too small. Check out size 414 px wide for instance for phones.

    See and scroll through here:

    https://novascotiapantry.ca/

    If you can supply some media queries for this page for a start that would help.

    #318259
    tikaram
    Keymaster

    @fireflywebs : The issue is caused by the following additional css

    .section-content-wrapper {
      padding: 0 120px;
    }

    Either remove the additional css or use media query if you would like to add padding for bigger screen sizes.

    Let me know if this helps you out.

    Regards,
    Tikaram

    #318415
    Glen Pavelich
    Participant

    Thank you.  Removing that fixed it, and I have no idea why I had it there.

     

    G

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Media Queries for home page’ is closed to new replies.