Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    I’m not sure if this will work. Go to Appearance-> Editor
    You will see Templates on the right hand side and click on Styles-> Stylesheet search #siderbar

    You should see code like
    #sidebar{
    float:right;
    width:220px;
    color:#333;
    line-height:36px;
    }

    replace float:right to float:left.

    Theoretically this should work.

    If that does not work there is a plugin called WP Sidebar. That might work for you was well.

    found a better way.
    In your css editor for the your site find
    #siderbar

    then write
    #sidebar{
    position:absolute;
    }

    This should definitely work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Minimatica] Changing sidebar to the left’ is closed to new replies.