Title: Template issues &#8211; pages and posts
Last modified: August 19, 2016

---

# Template issues – pages and posts

 *  [rampop](https://wordpress.org/support/users/rampop/)
 * (@rampop)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/template-issues-pages-and-posts/)
 * So on a website I’m working on, annazajacova.net, I have the way I want posts
   to display set – see the homepage – the issue is in working on setting up my 
   post display, I must’ve changed a setting concerning the Pages function as now
   the text is misaligned on my created pages – see [http://annazajacova.net/?page_id=2](http://annazajacova.net/?page_id=2)–
   does anyone know what I can do to fix the misaligned text on the Pages without
   changing how the posts display?
    Thanks

Viewing 1 replies (of 1 total)

 *  [Michelle Langston](https://wordpress.org/support/users/chellycat/)
 * (@chellycat)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/template-issues-pages-and-posts/#post-1658601)
 * In your style.css file, find:
 *     ```
       .page .entry {
       width:564px;
       }
       ```
   
 * Change it to:
 *     ```
       .page .entry {
       width:100%;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Template issues – pages and posts’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Michelle Langston](https://wordpress.org/support/users/chellycat/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/template-issues-pages-and-posts/#post-1658601)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
