Title: Sidebar location
Last modified: August 21, 2016

---

# Sidebar location

 *  Resolved [Raradra](https://wordpress.org/support/users/raradra/)
 * (@raradra)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/)
 * Is it possible to know how to swap the sidebar from the right to the left side
   of the page?

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

 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606098)
 * Can you post a link to your site please?
 *  Thread Starter [Raradra](https://wordpress.org/support/users/raradra/)
 * (@raradra)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606171)
 * [http://writedge.com/](http://writedge.com/)
 * sidebar doesn’t show on front page which is fine, just individual posts.
 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606194)
 * Go into Appearance -> Customise -> Other Settings (on the left at the bottom)
   and paste this into your Custom CSS.
 *     ```
       .single.has-sidebar .content-area {
       	float: right;
       	margin-right: -34%;
       	width: 100%;
       }
       .single.has-sidebar .widget-area.sidebar {
       	float: left;
       	margin-right: -23rem;
       	width: 22rem;
       }
       ```
   
 * Navigate to a post within the customise area, and make sure it’s in the correct
   position for you, then save your edited CSS.
 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606197)
 * Without custom styles: [Screenshot 1](https://www.dropbox.com/s/1dm9o9f7irdwadg/Screenshot%202014-02-13%2001.43.48.png)
 * With custom styles: [Screenshot 2](https://www.dropbox.com/s/wtmme1adbv1p16f/Screenshot%202014-02-13%2001.45.20.png)
 *  Thread Starter [Raradra](https://wordpress.org/support/users/raradra/)
 * (@raradra)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606206)
 * Thank you so much!

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

The topic ‘Sidebar location’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Raradra](https://wordpress.org/support/users/raradra/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/sidebar-location-4/#post-4606206)
 * Status: resolved