Further to The Template Sidebar Left
4. Find the code as below (located in the
body {
min-width: $(content.width);
}
.main-inner .column-left-outer {
width: $(main.column.left.width);
right: 100%;
margin-left: -$(main.column.left.width);
}
Change or replace be as below
body {
width: 1100px;
margin:0 auto;
min-width: $(content.width);
}
.main-inner .column-left-outer {
0 Response to "Sidebar Left"
Post a Comment