Forums

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

Home Forums CSS content is sliding under position fixed element

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46372
    osmanjaro
    Member

    Hi folks, I made this :
    http://www.gmp-engineers.com/project/kariakoo-market

    When scrolling about or changing lanscape/portrait on an ipad, the content gets pushed to the left, under the (fixed) nav. Not good.

    I have the css as this:
    .textbox {
    width:80%;
    margin-left: 20%;
    }

    I think it’s an issue with the background (article) being wider than it should be.
    Has anyone got an idea?

    #142714
    osmanjaro
    Member

    I fixed it by using :

    body {
    width:100%;
    overflow: hidden;
    }

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