Title: make the theme responsive
Last modified: August 22, 2016

---

# make the theme responsive

 *  Resolved [roycegracie](https://wordpress.org/support/users/roycegracie/)
 * (@roycegracie)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/make-the-theme-responsive-1/)
 * hi, you should make this theme responsive. i did it by using this code:
 *     ```
       @media screen and (max-width: 1000px) {
       #page,#secondary,#header-image,#header-image img,#copy,.entry-content p,.entry-header,.col2,.entry-title,.entry-content,.fright,#footer-widget-area,article,#content {
       width:95%!important;
       }
       .right-sidebar #main {
       	background: none;
       }
       }
       ```
   
 * and also add this to your <head> (in the file header.php):
    `<meta name="viewport"
   content="width=device-width, initial-scale=1">`

Viewing 1 replies (of 1 total)

 *  [viktoras](https://wordpress.org/support/users/victortihai/)
 * (@victortihai)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/make-the-theme-responsive-1/#post-5533407)
 * A new version will come soon and it will be responsive.

Viewing 1 replies (of 1 total)

The topic ‘make the theme responsive’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blogolife/3.0.7/screenshot.jpg)
 * BlogoLife
 * [Support Threads](https://wordpress.org/support/theme/blogolife/)
 * [Active Topics](https://wordpress.org/support/theme/blogolife/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blogolife/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blogolife/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [viktoras](https://wordpress.org/support/users/victortihai/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/make-the-theme-responsive-1/#post-5533407)
 * Status: resolved