Title: Put SideBar opposite side
Last modified: August 30, 2016

---

# Put SideBar opposite side

 *  Resolved [buhomorado](https://wordpress.org/support/users/buhomorado/)
 * (@buhomorado)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/put-sidebar-opposite-side/)
 * Hello, I have a question…
    What If I want to put the Sidebar at the right side
   not at left? Where can I go for edit it? Im trying to find where I can to edit
   it, but is difficult. Is there any .js? or css?
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/put-sidebar-opposite-side/#post-6264425)
 * Hi,
 * You can search the style.css for `.widget-area` and copy and modify what you 
   need in a custom CSS plugin. But there are a lot of things that need to be changed
   to achieve what you want, like the button behavior, overflowing etc.
 *  Thread Starter [buhomorado](https://wordpress.org/support/users/buhomorado/)
 * (@buhomorado)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/put-sidebar-opposite-side/#post-6264451)
 * Thanx a lot Vlad, the key was the CSS.
 * I solved using:
 * .widget-area {
    /**/ right: -360px; /**/ }
 * and then
 * .widget-area-visible {
    right: -20px !important; }
 * I have a new question but Ill do a new post to help feedback.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Put SideBar opposite side’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oblique/2.0.19/screenshot.png)
 * Oblique
 * [Support Threads](https://wordpress.org/support/theme/oblique/)
 * [Active Topics](https://wordpress.org/support/theme/oblique/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oblique/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oblique/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [buhomorado](https://wordpress.org/support/users/buhomorado/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/put-sidebar-opposite-side/#post-6264451)
 * Status: resolved