Title: Sidebar width and mobile responsive
Last modified: August 22, 2016

---

# Sidebar width and mobile responsive

 *  Resolved [Robert4Web](https://wordpress.org/support/users/robert4web/)
 * (@robert4web)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-and-mobile-responsive/)
 * Hello!
 * I add to Virtue free theme this CSS code:
 * [@media](https://wordpress.org/support/users/media/) (min-width: 980px) {
    .main.
   col-lg-9 {width: 66.66666666666666%;} aside.col-lg-3 {width: 33.33333333333333%;}}
 * .container {
    width: 970px; }
 * It works fine but it is not mobile responsive. How to change the code that will
   be mobile responsive? I want right sidebar around 270 – 290 px and theme width
   around 970 – 980 px.
 * Thanks.
 * Best regards.

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-and-mobile-responsive/#post-5185049)
 * ok,
 *     ```
       @media (min-width: 980px) {
       .main.col-lg-9 {width: 66.66666666666666%;}
       aside.col-lg-3 {width: 33.33333333333333%;}
       .container {
       width: 970px;
       }
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [Robert4Web](https://wordpress.org/support/users/robert4web/)
 * (@robert4web)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-and-mobile-responsive/#post-5185079)
 * Thank you! Now works fine. 🙂

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

The topic ‘Sidebar width and mobile responsive’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Robert4Web](https://wordpress.org/support/users/robert4web/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-and-mobile-responsive/#post-5185079)
 * Status: resolved