My site just all of the sudden moved my right side bar into the main body
dnask8 - March 12, 2009 - 20:44
My site just all of the sudden moved my right side bar into the main body and then down to the bottom below the content.
Take a look:
It started last night, but it was only doing that when I was logged-in myself and not to anonymous users. But it just switched to doing it on the anonymous views now too. I was uploading photos when it started last night and today I was building a view when it happened to the anonymous. Did I do this or is there a module that is getting angry at another module? Any advice would be great!
~Jordan

this is a theme issue
Something is breaking your theme / css, is the theme custom?
The only thing I changed on
The only thing I changed on it was the banner across the top, but that was long ago. It's the Dark Elegance theme. But I had not made any changes to it when it started happening. The blocks seem to be all set right. I'll try and switch themes and then switch back...
Didn't work. Looking at the
Didn't work. Looking at the blocks, it thinks that the actual "right side bar" block is all the way at the bottom below the "content" block. Not where it should be.
widht problem
It pushes it down to the right because the content in the left column is somehow too wide and it is screwing up the css.
Here is your fix!
easiest fix is to add
width: 950px;in yourbodyrclass (see line 112 of/themes/darkeleganceWHO/style.css)for some strange reason, i could not find the originator of this issue with firebug... but this should fix it.
less == more
Awesome!
That fixed the right side bar! Now there is a gap at the top above the body but below the primary navigation, any ideas about how to close that back up again? Delete that height 1%?
The gap is really only
The gap is really only showing up for me when I am logged in. Not that big of a deal really as long as it doesn't show up for non-registered users...
Problem Solved
I've finally found the true problem, it's the search box in your theme.
if you go to
Administer » Site building » Themes » Configure
and disable the Search box, your problems should go away.
less == more
Awesome I will do that!
Awesome I will do that!
It fixed it. In order to
It fixed it. In order to ever use that will I have to use a different theme do ya think?
"Search form" Block
the best chance you have, is to go to
Administer » Site building » Blocks
enable the "Search form" Block, and place that in your sidebar.
less == more