Title: Post page &#8211; moving outer frame
Last modified: August 22, 2016

---

# Post page – moving outer frame

 *  Resolved [spai](https://wordpress.org/support/users/spai/)
 * (@spai)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/post-page-moving-outer-frame/)
 * Hello Array team,
    Thank you for writing the Editor theme. It is quite elegant
   and professional in appearance.
 * I would like to change post pages so that the outer frame – the one with post
   category and the “edit” button – get relocated from the left to the bottom.
    
   I would like to expand the post content text area to be as wide as possible from
   left to right, so that the page is just sidebar + post content.
 * Thanks,
    Shraddha

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

 *  Theme Author [ArrayHQ](https://wordpress.org/support/users/okaythemes/)
 * (@okaythemes)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/post-page-moving-outer-frame/#post-5502785)
 * Hi Shraddha,
 * Glad you’re enjoying Editor! Your request will take a little work, but I’m happy
   to point you in the right direction.
 * You’ll want to take a look at content.php and look for `<?php get_template_part('
   content', 'meta' ); ?>`. This is the template file that loads the category, tags
   and the edit button. You can move this below the .entry-content div in content.
   php.
 * Then, you’ll have to apply some styling to make the meta area sit under the post
   area. You might try something like this: `.entry-meta {width: 100%;}`. That will
   give you a little room to make the content area larger: `.entry-content {width:
   100%;}`
 * These are just suggestions but should send you in the right direction to customizing
   Editor!
 *  Thread Starter [spai](https://wordpress.org/support/users/spai/)
 * (@spai)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/post-page-moving-outer-frame/#post-5502836)
 * Hello team at ArrayHQ,
 * Just got a chance to try out your suggestions and they worked right out of the
   box.
    I did as you suggested: 1. Moved <?php get_template_part( ‘content’, ‘meta’);?
   >. below .entry-content div. 2. In stylesheet.css added “width: 100%” to the .
   entry-meta class 3. Not really necessary but also added “width:100%” to the .
   entry-content class
 * Thank you for your help,
    Shraddha

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

The topic ‘Post page – moving outer frame’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/editor/1.1.8/screenshot.png)
 * Editor
 * [Support Threads](https://wordpress.org/support/theme/editor/)
 * [Active Topics](https://wordpress.org/support/theme/editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/editor/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/editor/reviews/)

## Tags

 * [frame](https://wordpress.org/support/topic-tag/frame/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 2 replies
 * 2 participants
 * Last reply from: [spai](https://wordpress.org/support/users/spai/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/post-page-moving-outer-frame/#post-5502836)
 * Status: resolved