Reply To: on the left sidebar

Home Forums Iconic One Pro Support on the left sidebar Reply To: on the left sidebar

#563

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%;
}