Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile background width issue

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44356
    schill
    Member

    Can anyone see why I am having the issue of on a mobile device the full width background (light grey) extends way past the site width on the right hand side of the page?
    http://www.jobspark.ca/

    #133160
    TheDoc
    Member

    Looks like you’re missing the viewport meta tag

    #133186
    schill
    Member

    I found a way to fix this using css but then it hides the search bar that is placed into the header. Can anyone else see another solution?

    Remove the body { overflow-x: hidden; } and replace it with this:
    site { overflow-x: hidden; }

    http://www.jobspark.ca

    #133199
    TheDoc
    Member

    Are you going to ignore my suggestion completely?

    #133200
    schill
    Member

    @TheDoc no sorry I just don’t understand your suggestion as it is above my skill level. Not sure if you can explain to me what I need to do or not. I’m using Squarespace so my access to certain sections are limited. Thanks for your time

    #133202
    TheDoc
    Member

    You just need to put that value inside of your ``.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.