Title: Right sidebar
Last modified: August 30, 2016

---

# Right sidebar

 *  Resolved [rekcah](https://wordpress.org/support/users/rekcah/)
 * (@rekcah)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/right-sidebar-11/)
 * Hello,
 * Is there an easy fix for the sidebar to be on the right instead of the left, 
   just like the Omega theme?
 * Thank you,
    rekcah

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

 *  [themehall](https://wordpress.org/support/users/themehall/)
 * (@themehall)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/right-sidebar-11/#post-6305965)
 * Hi Rekcah,
    Yes, you can do this customization with simple tweak. Go to WordPress
   Admin “Appearance > Customize > CSS” and insert this code
 *     ```
       .site-inner {
           float: left;
       }
       .site-header {
           float: right;
       }
       ```
   
 * Please give a try and let us know how it goes. Hope you like the changes.
 * Cheers
 *  Thread Starter [rekcah](https://wordpress.org/support/users/rekcah/)
 * (@rekcah)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/right-sidebar-11/#post-6305966)
 * Themehall,
 * Worked as you stated, just have to do minor touch ups with the column’s padding
   and margin as the “right” sidebar is pressed against the content. Want to learn
   how this web coding stuff works, so I am new to WebDev, this will help in getting
   my feet wet.
 * Thank you for providing the solution.
 * Best regards,
    Rekcah
 *  [themehall](https://wordpress.org/support/users/themehall/)
 * (@themehall)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/right-sidebar-11/#post-6305968)
 * Awesome. I guess this is a good start. Happy learning and feel free to create
   a new topic if you have any questions.

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

The topic ‘Right sidebar’ is closed to new replies.

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

## Tags

 * [right sidebar](https://wordpress.org/support/topic-tag/right-sidebar/)

 * 3 replies
 * 2 participants
 * Last reply from: [themehall](https://wordpress.org/support/users/themehall/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/right-sidebar-11/#post-6305968)
 * Status: resolved