So, hi,
i have ShowCase SE theme, and i want to change it's sidebar from right to left
trying to change in here:
.ow_sidebar {
margin-right:-210px;
float:right;
width:200px;
}
but it doesn't help
float:left;
then go to the css theme customizer in the admin panel and apply this changes:
.ow_page { margin: 0 0 0px 201px;}
.ow_content { float: right;
}
.ow_sidebar { margin-left: -210px; float: left;
}