• krashx6

    (@krashx6)


    This ones a little hard to explain so I have a screenshot. It looks like the page loads all the way, but for whatever reason the footer doesnt properly load at the bottom of the content.

    This only happens if the content is longer than the sidebar on the right side of the page. And it also fix itself if you reload the page a few times. css issue? Any ideas?

    https://prntscr.com/5x1y9

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • ragzor

    (@raghav9999)

    yep css issue something is up with your wrapper

    Thread Starter krashx6

    (@krashx6)

    Any idea where I begin to look into this at? just style.css and look for a section labed “wrapper” ?

    esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    ragzor

    (@raghav9999)

    link to the website might help

    Thread Starter krashx6

    (@krashx6)

    The website link is https://www.chcfl.org

    You’ll notice it mostly on the News event pages and Press release pages. If the page is supposed to load longer vertically than the sidebar, the issue comes up.

    Sorry about that, and thanks for the assistance guys.

    ragzor

    (@raghav9999)

    replace

    <div id="content" role="main" style="height: 1095px;">

    with this

    <div id="content" role="main" style="height: auto;">

    Thread Starter krashx6

    (@krashx6)

    I cant seem to find where that is even located. I checked all the pages.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site Loading but cant scroll? strange *PIC INCLUDED*’ is closed to new replies.