Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you try using fixed position in CSS?

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

    You probably want to do that in a media query just for desktop

    Thread Starter gspiliog

    (@gspiliog)

    it worked. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed position on sidebar’ is closed to new replies.