How to change sidebar position?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #6552
    Ken Plus
    Participant

    I want change left sidebar move to left of contents,

    Left sidebar – Contents – Right Sidebar

    NOT Contents – Left sidebar – Right Sidebar (default)

    Help me! Thank you πŸ™‚

    #6596
    Daniel Tara
    Keymaster

    This layout is not available in this theme, I’m sorry. You can try Esplanade which has it.

    #13751
    adamsjo
    Participant

    Are you going to make this option available soon? I tried to make the edits on my own in the ‘Layout’> ‘Custom CSS’ section but it is not working. I would like 4 equal columns – left sidebar, 2 columns of content and a right sidebar.

    Ken – did you ever figure this out? Here is what I tried (to no avail)

    #sidebar-left .widget,{
    float: left;
    width: 220px;
    }

    #content .twocol{
    float: left;
    width: 440px;
    }

    #sidebar-right.widget,{
    float: left;
    width: 220px;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.