Title: Sidebar Help?
Last modified: September 2, 2017

---

# Sidebar Help?

 *  Resolved [blankpagestl](https://wordpress.org/support/users/blankpagestl/)
 * (@blankpagestl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-18/)
 * When I click through to a specific post and view it in mobile, whatever’s in 
   the sidebar appears ABOVE the article thereby making the user have to scroll 
   through all of the sidebar content to get to the article. How do we change this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-help-18%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themeinwp](https://wordpress.org/support/users/themeinwp/)
 * (@themeinwp)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-18/#post-9466690)
 * Hi [@blankpagestl](https://wordpress.org/support/users/blankpagestl/),
 * First off, We’d like to extend a warm welcome and thanks for using Blog Expert.
 * Regarding your support query.
 * 1. Please Goto **Appearance >> customize >> Additional CSS** and add below CSS.
 *     ```
       @media only screen and (max-width: 991px){
       	body.left-sidebar .recent-blog,
       	body.left-sidebar .site-content{
       		display: table;
       		width: 100%;
       		height: 100%;
       		 padding-left: 15px;
       	    padding-right: 15px;
       	}
       	body.left-sidebar #primary {
       		display: table-header-group;
       		float: none;
       	}
       	body.left-sidebar #secondary{
       		display: table-footer-group;
       		float: none;
       	}
       }
       ```
   
 * Hope this helps.
    Best Regards,
 *  Thread Starter [blankpagestl](https://wordpress.org/support/users/blankpagestl/)
 * (@blankpagestl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-18/#post-9479694)
 * Thank you! That did it!

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

The topic ‘Sidebar Help?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blog-expert/1.2.9/screenshot.png)
 * Blog Expert
 * [Support Threads](https://wordpress.org/support/theme/blog-expert/)
 * [Active Topics](https://wordpress.org/support/theme/blog-expert/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blog-expert/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blog-expert/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [blankpagestl](https://wordpress.org/support/users/blankpagestl/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/sidebar-help-18/#post-9479694)
 * Status: resolved