• Resolved classkt2

    (@classkt2)


    Hello.

    This is regarding http://www.class-ick.com. I’ve been looking around and unable to find a solution, so I’m hoping you can help.

    I am using The TwentyFourteen theme. I don’t know how to use CSS and I don’t know what child pages are, so if the solution lies therein, please speak to me as though I’m 9. I promise not to get my feelings hurt for being patronized.

    Currently, when visitors scroll down to read a longer Page or post, the left menu scrolls along with it. I’m hoping to make it so the content of whatever they’re reading can scroll down without the left menu moving, and visa versa.

    Help? Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try adding the following custom CSS

    #secondary {
        position: fixed;
        margin: 0;
    }

    You can use Simple Custom CSS to insert this CSS code. Hope that helps.

    Thread Starter classkt2

    (@classkt2)

    Sorry about the delay. I didn’t know I’d received a reply. Yes, it worked for me! Thank you!

    How did you know to do this? Is there a link that lists this kind of stuff?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Side Menu Scroll Separately from Main Content?’ is closed to new replies.