Home › Forums › Iconic One Pro Support › on the left sidebar › Reply To: on the left sidebar
September 4, 2013 at 3:43 pm #563
Themonic-Support
Keymaster
Hi,
To move the sidebar to the left in Iconic One PRO, paste the following code in your custom.css file
.site-content {
float: right;
margin:0;
}
.widget-area {
float: left;
margin-left:2%;
}