wolfe655
Member
Posted 6 months ago #
I think this theme is based on Kaborick or something like that. I put some posts on it and realized that something caused the sidebar to go from the right side to the bottom. I don't know if an image did it or what.
I wanted to make the text area bigger but couldn't find where to do it in the CSS sheet. This theme is a little different than others I have worked with. Ant ideas on how to get the sidebar back where it belongs? The site is
http://www.green-energy-info.info
Thanks in advance!
Scott
you are probably using a floated elements, when you increased your text, it overflowed that caused the sidebar to move down. my solution is to calculate both your content width and sidebar width in order for them to fit together. Or why not increase your body width. Another probable cause of this is your DIVs i happened to me before, I forgot to close some divs or other blocking elements. Hope this helps.
wolfe655
Member
Posted 6 months ago #
I have been going through the CSS but don't really know what to change. Like I said this css is a little more involved than my other blogs. for the DIV's are you talking about in the posts?
wolfe655
Member
Posted 6 months ago #
It was open DIV tags. Seems there was one open in every post. Don't even know how they got there! Must have been from me fooling with the theme!
well i guess you already solve your problems, congrats!