Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #721753

    Stretched layout, logo left, menu below, left sidebar.

    I have a left-aligned title that is out of the sidebar space. While I can move the left sidebar up 50 px, it also moves the main content up into the title space.

    #722270

    Hey tcfilmfestival,

    Try using this css code to move the sidebar up without affecting the main content:

    .sidebar_left .inner_sidebar {
        margin-top: -50px;
    }

    Just adjust the value, let us know if this helps :)

    Best regards,
    Nikko

    #722280

    Yeah. I tried that one already. It moves it up but cuts top of content off. See screenshot.

    #722400

    Hi,

    Try to replace the code I gave with this one:

    #top #main .sidebar_left .sidebar {
        position: relative;
        top: -60px;
    }

    Let us know if this helps.

    Cheers!
    Nikko

    #722472

    Perfect! You all are the best!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Moving left sidebar up’ is closed to new replies.