Title: problem mobile view content sidebar
Last modified: September 1, 2016

---

# problem mobile view content sidebar

 *  Resolved [kramar](https://wordpress.org/support/users/kramar/)
 * (@kramar)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/)
 * Hi,
    I have the Problem, that the view of the Content sidebar of my website (
   right sidebar) is not shown up on mobile devices.
 * The desktop view is ok. On the smartphone (Samsung, Android) the right sidebar
   disappears. As there are positioned important parts of the Website (such as search
   field, additional menu, table with grafic Buttons) it is really needed to be 
   seen.
 * I use 2014 with 3 columns. The left sidebar and the main content are ok. The 
   Problem is only the right column.
 * Pls. can anybody help me?
 * Thanks for your help in advance!
 * Reg. Kramar

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

 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/#post-7543474)
 * Post your site address
 *  Thread Starter [kramar](https://wordpress.org/support/users/kramar/)
 * (@kramar)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/#post-7543493)
 * [http://Www.utk-langenzersdorf.at](http://Www.utk-langenzersdorf.at)
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/#post-7543521)
 * Hi there, Try this CSS code –
 *     ```
       @media only screen and (min-width: 320px) and (max-width: 480px) {
         .home #content-sidebar {margin-left:0;}
       }
       ```
   
 *  Thread Starter [kramar](https://wordpress.org/support/users/kramar/)
 * (@kramar)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/#post-7543714)
 * Dear ashiquzzaman,
    Thanks for your help! Working!
 * I expanded the code for more classes, so the sidebar is shown correctly all over
   the website.
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   320px) and (max-width: 480px) {
    .home #content-sidebar, .archive #content-sidebar,.
   single #content-sidebar {margin-left:0;} } reg kramar

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

The topic ‘problem mobile view content sidebar’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [kramar](https://wordpress.org/support/users/kramar/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/problem-mobile-view-content-sidebar/#post-7543714)
 * Status: resolved