• Resolved marchnall

    (@marchnall)


    Hello,
    I would like to move the slider on my site to the right. My site is downhome.me. The sidebar is currently on the left. Could you give me some CSS to plug into my site?
    Many thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter marchnall

    (@marchnall)

    Ok I figured it out…
    I added this css

    #secondary.widget-area {
      float: right;
    }
    
    #primary.content-area {
      float: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Move Sidebar’ is closed to new replies.