help with sidebar
-
Ok im working with a theme i downloaded, and then im changing it
originally the style.css had the sidebar say LEFT
#sidebar { float: left; width: 303px; padding-top: 20px;Even though it said left it would be on the right hand side, and everything worked.
But because i have added 2 backgrounds to appear behind the post and sidebar area, content-inner and content-outer
The moment i put in content-inner, the sidebar items automatically shift to the left hand side of the screen
So to fix this i thought ok ill just change the sidebar css to say RIGHT like this
#sidebar { float: right; width: 303px; padding-top: 20px;That fixed it somewhat, meaning the sidebar item now is displayed on the right hand side but its too far down. Originally that calendar appeared just below the navigation on the right hand side.
Any idea how i shift it back up?
Here is my site
thanks kindly
The topic ‘help with sidebar’ is closed to new replies.