I was trying to get my blog to be more like the main site and kinda succeed doing it, but I have no idea how to make the sidebar show on the right side. It seems something was wrong in my code that makes the sidebar goes down the page. This is modified Kubrick theme. I know there must be a lot of coding error there, I am a newbie and actually don't have any firm experience in coding at all. I learn as I goes. Could anyone can advice or help me? Advice, suggestion and guides are really really much appreciated. Thank you. http://blog.share2many.com
I did a Google search and found this article: http://www.lancelhoff.com/move-the-kubrick-sidebar-to-the-left/. There are also others.
I manage to find a fix for this but thanks anyway, still your link is not related to what I'm asking though.
Sorry. I thought you were trying to asking how to move your sidebar to the opposite side of the page. Glad you got it worked out.
It turns out the file I'm editing was not the file I uploaded. That's all. The sidebar issue was fixed by adding this code #content{width:600px; float:left; position:relative;} #sidebar {width:300px; float:right; margin-top:-16px; position:relative;} Code (markup): into the stylesheet and play with the width.