Title: Widget
Last modified: November 30, 2022

---

# Widget

 *  [asrme](https://wordpress.org/support/users/asrme/)
 * (@asrme)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/widget-193/)
 * How to show sidebar on top on mobile and then show post content?

Viewing 1 replies (of 1 total)

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/widget-193/#post-16247043)
 * In Customize > Additional CSS, try adding:
 *     ```
       @media only screen and (max-width: 479px) {
       .main-inner { flex-grow: 1; display: flex; flex-direction: column; align-items: center; width: 100%; }
       .content { order: 2; min-width: 100%; max-width: 100%; }
       .s1 { order: 1; min-width: 100%; max-width: 100%; }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Widget’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/widget-193/#post-16247043)
 * Status: not resolved