Forums

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

Home Forums CSS Absolute positioning causing scroll issue

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

    I am trying to eliminate the scroll and have my website fit to screen again.

    I have narrowed it down to this line of code that is causing the scroll on the page to happen. When I change the absolute it fixes it but then logo is out of place. If someone had time to take a quick look at this that would be great. You have to click on visitors access to enter the site for now. https://chris-schilling-4lzz.squarespace.com/

    #header #logo h1.site-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: none;
    }

    #128769
    Paulie_D
    Member

    >Absolute positioning causing scroll issue

    Then don’t use it.

    Try using other (and much better) layout options.

    #128778
    schill
    Member

    @ChrisP Thanks that did the trick

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