Forums

Sidebar does not scroll with "RGB" theme (4 posts)

  1. amber.karnes
    Member
    Posted 3 years ago #

    Hi there. I installed WP 2.7 today on my mom's site and like the RGB theme (plan on tweaking it) with one exception. The sidebar does not scroll along with the rest of the page. Any idea how to fix this? I don't want to post a ton of code since I'm not sure which document is causing this to happen, but I'd be glad to post a code snippet if that's helpful.

    http://www.21stcenturycollaborative.com/wp/

  2. ClaytonJames
    Member
    Posted 3 years ago #

    I think changing fixed to absolute might have the effect you want. I can't say if that will work in all browsers or not though.

    #sidebar {
    position:fixed !important;
  3. amber.karnes
    Member
    Posted 3 years ago #

    That worked great, thank you!

  4. ClaytonJames
    Member
    Posted 3 years ago #

    You're welcome!

Topic Closed

This topic has been closed to new replies.

About this Topic