Can you tell me please how I can change the sidebar from rigth to left? Thanks Stoeffel
I'm interested in doing the same thing. Is this possible?
I'm interested in the same thing!
+1
Someone mentioned that he was able to fix this by changing code on page.tpl.php. It seems to me it would have to be fixed both on page.tpl.php and style.css. Looks like the developer has abandoned this project.
Quick fix (may not be the best)
Changes are made to style.css.
Go to "Nodes & Pages"
body.sidebar-first #post-content { float: left; <---- change to right margin: 0; padding: 0; width: 600px; }
Go to "Sidebar"
#sidebar { float: right; <----change to left width: 230px; }
If someone can help make it prettier. The left side bar needs to be adjusted a bit more.
Quick fix (may not be the best) Changes are made to style.css. Go to "Nodes & Pages" body.sidebar-first #post-content { float: left; <---- change to right margin: 0; padding: 0; width: 600px; } Go to "Sidebar" #sidebar { float: right; <----change to left width: 230px; } If someone can help make it prettier. The left side bar needs to be adjusted a bit more
If someone can help make it prettier. The left side bar needs to be adjusted a bit more
Best solution
Comments
Comment #1
alisonv09 commentedI'm interested in doing the same thing. Is this possible?
Comment #2
melissaralph commentedI'm interested in the same thing!
Comment #3
kanenas commentedI'm interested in doing the same thing. Is this possible?
Comment #4
minoxes commented+1
Comment #5
texrag commentedSomeone mentioned that he was able to fix this by changing code on page.tpl.php. It seems to me it would have to be fixed both on page.tpl.php and style.css. Looks like the developer has abandoned this project.
Comment #6
texrag commentedQuick fix (may not be the best)
Changes are made to style.css.
Go to "Nodes & Pages"
body.sidebar-first #post-content {
float: left; <---- change to right
margin: 0;
padding: 0;
width: 600px;
}
Go to "Sidebar"
#sidebar {
float: right; <----change to left
width: 230px;
}
If someone can help make it prettier. The left side bar needs to be adjusted a bit more.
Comment #7
AxlRenner commentedBest solution