Tagged: sidebar
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.
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
Yeah. I tried that one already. It moves it up but cuts top of content off. See screenshot.
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
Perfect! You all are the best!