Title: Mobile Sidebar Order
Last modified: October 27, 2020

---

# Mobile Sidebar Order

 *  [levanne](https://wordpress.org/support/users/levanne/)
 * (@levanne)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar-order/)
 * Hi,
 * When I choose the “Mobile Sidebar Order” in the General Settings in the Customizer,
   nothing is happening. I am setting it to “Sidebar / Content”, but on the website
   it always seems to be “Content / Sidebar”. Is it possible to put the sidebar 
   on top of the content?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-sidebar-order%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar-order/#post-13600612)
 * Hi,
 * ​Please try to add the below CSS code from the Appearance > Customize > Custom
   CSS, and check.
 *     ```
       @media only screen and (max-width: 959px){
       #main #content-wrap.container {
           display: flex;
          flex-direction: column;
       }
   
       div#left-sidebar-inner {
           order: 1;
       }
       div#right-sidebar-inner {
           order: 2;
       }
       div#primary {
           order: 3;
       }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Mobile Sidebar Order’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar-order/#post-13600612)
 * Status: not resolved