Viewing 1 replies (of 1 total)
  • Theme Author Themonic

    (@themonic)

    To move sidebar to the left in Iconic One, paste this in custom.css

    .widget-area {
        float: left;
        margin: 30px 0 24px 20px;
    }
    .site-content {
        border-right: none;
        float: right;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How change the position of the sidebar to the left?’ is closed to new replies.