• Resolved Sho-Down

    (@sho-down)


    My cloned test site: http://www.rockitmembers.us/

    I want the right sidebar to go all the way to the top but it’s locked with the middle white content block. So if I remove that blue image “Rock It Productions”, then the middle content black and the right sidebar both move to the top together.

    I’ve tried moving code around but I cannot get the sidebar to move up on it’s on and go to the top. My knowledge in css isn’t that great. Any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Sho-Down

    (@sho-down)

    Can anyone check the site with Firebug and let me know what code is causing the issue? I would appreciate it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding another <div> around your middle column elements, then apply the float left to that.

    Thread Starter Sho-Down

    (@sho-down)

    Always something simple.

    #main .right {float: right; width:306px; margin-top:-84px;}

    That code fixed it. Thanks anyways Andrew.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Right sidebar is locked to middle content bar’ is closed to new replies.