Title: fix theme width problem
Last modified: August 20, 2016

---

# fix theme width problem

 *  [lasha200](https://wordpress.org/support/users/lasha200/)
 * (@lasha200)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/)
 * i just fix my theme width, but have 1 problem when window resize.
    this is my
   website [](https://wordpress.org/support/topic/fix-theme-width-problem/page/www.rstudio.ge?output_format=md)

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/fix-theme-width-problem/?output_format=md)
[1](https://wordpress.org/support/topic/fix-theme-width-problem/?output_format=md)
2

 *  Thread Starter [lasha200](https://wordpress.org/support/users/lasha200/)
 * (@lasha200)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003422)
 * hmm…
    this is video, i hope you can see problem… [http://youtu.be/AvBRica8n6E](http://youtu.be/AvBRica8n6E)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003426)
 * you need to work through the ‘responsive styles’ section of style.css to find
   and compensate the styles responsible for the shift in the layout;
    a tool such
   as Firebug [http://getfirebug.com/](http://getfirebug.com/) might help you to
   identify which styles you need to edit.
 *  Thread Starter [lasha200](https://wordpress.org/support/users/lasha200/)
 * (@lasha200)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003427)
 * i know this problem coming from style.css, but i need concrete way, code…
 *  [melgomez](https://wordpress.org/support/users/melgomez/)
 * (@melgomez)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003428)
 * [@alchymyth](https://wordpress.org/support/users/alchymyth/) is right. you need
   specify your max-widths and min-widths. and try using accurate values of your
   css(in pixels) instead of percentages.
 * the said tool by alcymyth will help you a lot but i’m not sure if you’re using
   the parent theme since i want to suggest doing these changes on a child theme.
 *  [Trish](https://wordpress.org/support/users/trible/)
 * (@trible)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003430)
 * Nope… changing the Responsive Structure width didn’t work either. Here’s what
   I tried
 * WAS
    /* =Responsive Structure ———————————————– */ [@media](https://wordpress.org/support/users/media/)(
   max-width: 800px) { width: auto; }
 * TRIED
    /* =Responsive Structure ———————————————– */ [@media](https://wordpress.org/support/users/media/)(
   max-width: 1000px) { width: 1000px; }
 * …and new menu items STILL canNOT be saved to the navbar 🙁
 *  [Trish](https://wordpress.org/support/users/trible/)
 * (@trible)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003432)
 * Ooops, sorry… I responded to the wrong post by mistake.
 *  Thread Starter [lasha200](https://wordpress.org/support/users/lasha200/)
 * (@lasha200)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003436)
 *     ```
       /* =Responsive Structure
       ----------------------------------------------- */
   
       @media (max-width: 800px) {
       	/* Simplify the basic layout */
       	#main #content {
       		margin: 0 7.6%;
       		width: auto;
       	}
       ```
   
 * i changed `width: auto;` but not working
 * _[[**Stop bumping**](http://codex.wordpress.org/Forum_Welcome#No_Bumping). If
   it’s that urgent, consider [hiring someone](http://jobs.wordpress.net/).]_
 *  [Jayanti Solanki](https://wordpress.org/support/users/jayantisolanki/)
 * (@jayantisolanki)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003439)
 *     ```
       #page {
           max-width: 1000px !important;
       }
       ```
   
 * Try This …
 *  Thread Starter [lasha200](https://wordpress.org/support/users/lasha200/)
 * (@lasha200)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003442)
 * _Jayanti Solanki_
    no effeqt 🙁

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/fix-theme-width-problem/?output_format=md)
[1](https://wordpress.org/support/topic/fix-theme-width-problem/?output_format=md)
2

The topic ‘fix theme width problem’ is closed to new replies.

 * 24 replies
 * 7 participants
 * Last reply from: [lasha200](https://wordpress.org/support/users/lasha200/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/fix-theme-width-problem/page/2/#post-3003442)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
