Title: Automatic resizing
Last modified: August 18, 2016

---

# Automatic resizing

 *  [esmo3000](https://wordpress.org/support/users/esmo3000/)
 * (@esmo3000)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/automatic-resizing/)
 * I’m sure this has been answered before but I simply can’t find the answer posted
   and I can’t find the right documentation.
 * I want to resize my main blog portion of my window to automatically resize to
   the full width of the screen. I’m using the standard theme from the basic wordpress
   2.0 installation. I tried editing width tags but only the title of my page resized
   and the rest of the page didn’t.
 * Thanks a lot.

Viewing 1 replies (of 1 total)

 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/automatic-resizing/#post-327818)
 * > I want to resize my main blog portion of my window to automatically resize 
   > to the full width of the screen.
 * I don’t know the default 2.0 CSS, but generally, you would look in the stylesheet
   for elements acting as containers (in order)
 * `html > body > [#container1] > [#container2] ...`
 * and if you see a declared `width`, change it to `width: auto`.
 * But stop before you get to elements styled as floated columns (such as `#sidebar`).
   For those, you would set percentage widths and margins.
 * Can you link to the stylesheet?

Viewing 1 replies (of 1 total)

The topic ‘Automatic resizing’ is closed to new replies.

## Tags

 * [resize](https://wordpress.org/support/topic-tag/resize/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [sam_a](https://wordpress.org/support/users/sam_a/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/automatic-resizing/#post-327818)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
