Title: Sidebars Position
Last modified: September 28, 2018

---

# Sidebars Position

 *  [devesh70](https://wordpress.org/support/users/devesh70/)
 * (@devesh70)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sidebars-position/)
 * Please help me in moving the sidebar which is too close to the container and 
   position it near the right end of the page. [Click here](http://moneyjigyasu.com/)
 * Also, how do i keep a different side bar for my homepage vs blog post. I want
   to have a plain sidebar for blog post and not the one i use on my homepage. Thanks

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

 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sidebars-position/#post-10734544)
 * Hi there,
 * The reason your site is so far to the left is due to this custom code you have:
 *     ```
       @media (min-width: 755px) {
           .grid-container {
               margin-left: 60px;
           }
       }
       ```
   
 * If you remove that and increase your container width, it will move the sidebar
   more to the right.
 * To show different sidebar widgets on different pages, try this plugin: [https://wordpress.org/plugins/content-aware-sidebars/](https://wordpress.org/plugins/content-aware-sidebars/)
 * Let me know if you have any other questions 🙂
 *  Thread Starter [devesh70](https://wordpress.org/support/users/devesh70/)
 * (@devesh70)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sidebars-position/#post-10734649)
 * I would like to retain the container size with the left margin. Is it possible
   to move the side bar without impacting these settings as there is plenty of space
   on the right after the sidebar on the page. I want to place the side bar to the
   extreme right. Thanks.
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sidebars-position/#post-10736395)
 * Without increasing your container width, you could try this:
 *     ```
       @media (min-width: 769px) {
           #right-sidebar {
               position: absolute;
               right: 0;
           }
       }
       ```
   

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

The topic ‘Sidebars Position’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/sidebars-position/#post-10736395)
 * Status: not resolved