Moving secondary sidebar left side.

Discussion in 'WordPress' started by TonyG23, Apr 10, 2014.

  1. #1
    I want to move the secondary sidebar to the left side of content and leave primary on the right side.

    site everydayblogtips.com

    style.css

    #container {
    width: 960px;
    margin: 0 auto;
    }

    #main {
    padding: 15px;
    background: #fff;
    }

    #main-fullwidth {
    padding: 15px;
    background: #fff;

    }

    #content {
    overflow: hidden;
    float: left;
    width: 460px;
    }

    #sidebar-primary {
    overflow: hidden;
    float: left;
    width: 280px;
    margin-left: 15px;
    }

    #sidebar-secondary {
    overflow: hidden;
    float: left;
    width: 160px;
    margin-left: 15px;
    }
     
    TonyG23, Apr 10, 2014 IP
  2. TonyG23

    TonyG23 Banned

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    58
    #2
    No one knows? :( It's been a head ache trying to figure this out. If some one can help it would be greatly appreciated! :)
     
    TonyG23, Apr 11, 2014 IP
  3. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #3
    Chances are you can just move the php that calls the sidebar to another position in the template (i.e. before the post content bit). However, that might screw with floats and other stuff, which you'd need to fix.
     
    TIEro, Apr 12, 2014 IP
  4. Karuna17

    Karuna17 Member

    Messages:
    544
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    33
    #4
    I've killed a day trying to do this. A good link is here. But I finally ended up with migrating to two-sidebar responsive theme, where you can move sidebars just with your mouse without coding.
     
    Karuna17, Apr 15, 2014 IP