Title: Theme problem when resizing browser
Last modified: August 21, 2016

---

# Theme problem when resizing browser

 *  [irkevin](https://wordpress.org/support/users/irkevin/)
 * (@irkevin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/)
 * Hi,
 * I have a weird problem with wordpress. I copied the twentythirteen theme, and
   modified the structure to meet our design requirements.
 * The only problem is when I resize the browser, the layout get cut off at half.
   Might be responsive? Check the image if that doesn’t make sense..
 * [Image](http://img853.imageshack.us/img853/5306/8ueq.jpg)
 * I tried removing the meta viewport tag, with no luck at all!
 * What can cause this?
 * Thanks.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069862)
 * a screenshot is of very limited use when troubleshooting formatting problems;
   please post a live link.
 *  Thread Starter [irkevin](https://wordpress.org/support/users/irkevin/)
 * (@irkevin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069900)
 * Hi, thanks for replying.. link below
 * [Link](http://www.orchidmauritius.org/)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069902)
 * the fixed width in this style seems to be causing (at least part of) the problem:
 *     ```
       #main {
           width: 1170px;
           margin: 0 auto;
           padding-top: 40px;
       }
       ```
   
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069904)
 * Just as alchymyth has stated the fixed width is what is causing you an issue.
 * Change it to something like this for a more fluid site:
 *     ```
       #main {
           width: 100%;
           margin: 0 auto;
           padding-top: 40px;
       }
       ```
   
 * and add this to your #content div
 *     ```
       #content { max-width:65%; margin: 0 auto; }
       ```
   
 * You’ll need to set your images to be responsive as well, to adjust correctly 
   to the fluid container
 *  Thread Starter [irkevin](https://wordpress.org/support/users/irkevin/)
 * (@irkevin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069950)
 * Hi, i tried the solution mentioned, i was testing this locally.. But the problem
   still persist in the header and footer part of the website..

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

The topic ‘Theme problem when resizing browser’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [irkevin](https://wordpress.org/support/users/irkevin/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/theme-problem-when-resizing-browser/#post-4069950)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
