We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Change sidebar position | Forum

Topic location: Forum home » Development » Themes
Karalius Kraujas
Karalius Kraujas May 22 '14
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;

ross Team
ross May 23 '14
Go to your database find ow_base_theme table and change sidebarposition column value for showcase with sidebar to the 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;

}

ross Team
ross May 23 '14
Topic was moved from Bug reports and troubleshooting.