Forums

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

Home Forums CSS A couple issues with loading and positioning

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37953
    brent_james
    Member

    The first issue is I can’t get rid of white space to the right and left of both header and footer. I want it to span across screen no matter what the screen size.

    Next is while the pages are loading the footer and page navigation flash at the top of the page. It didn’t do that before and I don’t know what I changed that caused it.

    http://www.intendtoinspire.com

    Thanks

    #102416
    brent_james
    Member

    Thanks for that, but this is what I keep seeing when the page loads.

    #102425
    brent_james
    Member

    One other question/issue on positioning, my link or {permalink} pages the footer will not stay at the bottom if there is a smaller image displayed. Any suggestions?

    Example

    intendtoinspire.com

    #102430
    Fourize
    Member

    Hi brent_james

    If the gap on the right hand side is the issue, it’s caused by the webkit scroll bar you’ve applied…

    ::-webkit-scrollbar {
    height:10px;
    width:7px;
    background-color:#FFFFFF;
    }

    remove that and it will fill the page. The problem with the footer not sitting at the bottom can be fixed with a sticky footer

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