Sidebar Location
Posted in Mods, Theme on April 2nd, 2006 by UlyssesIf you like to move the sidebar location from right to left, just modify a couple of lines of code in style.css. Here’s the code:
[source language=":css"]
.narrowcolumn {
float: right;
padding: 0 45px 20px 0;
margin: 0;
width: 450px;
}
#sidebar {
padding: 20px 5px 10px 5px;
margin-left: 25px;
width: 190px;
}
[/source]
That’s it. The sidebar should be on the left side of the page now.