Title: Sidebar same side
Last modified: October 22, 2021

---

# Sidebar same side

 *  Resolved [femke98](https://wordpress.org/support/users/femke98/)
 * (@femke98)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/sidebar-same-side/)
 * Hello, is it possible to put widgets in sidebar from left side to the right side?
   
   I want sidebar on all pages on the same side.
 * On shop page i have sidebar on the left and on the product page it is right. 
   I don’t like that.

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/sidebar-same-side/#post-14998542)
 * Hi [@femke98](https://wordpress.org/support/users/femke98/),
 * Thank you for your query.
 * Please try adding this CSS code to **Appearance** > **Customize** > **Additional
   CSS** from dashboard.
 *     ```
       @media only screen and (min-width: 992px) {
         .woocommerce-shop.post-type-archive-product.woocommerce .widget-area {
           float: right;
         }
         .woocommerce-shop.post-type-archive-product.woocommerce .content-area {
           float: left;
           padding-left: 0;
           padding-right: 45px;
         }
       }
       ```
   
 * Hope that helps.
 * Regards,
    Kharis
 *  Thread Starter [femke98](https://wordpress.org/support/users/femke98/)
 * (@femke98)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/sidebar-same-side/#post-14998927)
 * Thanx, but it didn’t work.
    What works is:
 * .content-area {
    float: right; } .widget-area { float:left; }
 * The sidebar is now left and i like it!

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

The topic ‘Sidebar same side’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [femke98](https://wordpress.org/support/users/femke98/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/sidebar-same-side/#post-14998927)
 * Status: resolved