Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress help – sidebar gets pushed down

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #239423
    Bones_Jones
    Participant

    ​hi, quick question –

    link
    http://goo.gl/beMs8f

    why my sidebar is pushed down below the post?
    I must done something, but not sure what i did wrong.

    any input is appreciated.
    thx in advance!

    #239452
    Senff
    Participant
    .page-left-both-sidebar, .page-left-right-sidebar {
        float: left;
        width: 800px;
        padding: 0px 10px;
    }
    

    Removing the 800px width should do it for that page. No idea if that will mess things up on other pages though.

    #239542
    Bones_Jones
    Participant

    thx! just made it 600px and it works well!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.