Title: Edit post width   edit post byline
Last modified: August 21, 2016

---

# Edit post width edit post byline

 *  Resolved [Arav](https://wordpress.org/support/users/001anand/)
 * (@001anand)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/)
 * Hello,
 * What a wonderful theme you have gifted us !
    Two quick questions. 1. How do I
   change the post width ? I want to reduce them for better reading experience.
 * 2. Is there a way I can remove the edit the post byline ? I would like to have
   only date and author in it.
 * Thank you so much!

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

 *  [makeplentyonline.com](https://wordpress.org/support/users/makeplentyonlinecom/)
 * (@makeplentyonlinecom)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228756)
 * I would like to know the answer of 2nd point too.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228806)
 * add this to custom.css ^rename custom-sample.css
 * `#custom .content {width: 69%; /*reduce % */}`
 * there’s no inline edit post in mesocolumn theme.
 *  [makeplentyonline.com](https://wordpress.org/support/users/makeplentyonlinecom/)
 * (@makeplentyonlinecom)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228820)
 * Hi Richie,
 * 2nd point is regarding removing of author and date from posts. If it can’t be
   done within the theme then would you recommend any plugin?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228836)
 * i see, i thought you said you want to remove ‘edit’ button in post which there’s
   none.
 * the author and date can be disable by adding this to custom.css
 * **[@for](https://wordpress.org/support/users/for/) homepgae featured category**
   .
   feat-meta {display:none;}
 * **[@for](https://wordpress.org/support/users/for/) other post**
    span.post-author,
   span.post-time {display:none;}
 *  [makeplentyonline.com](https://wordpress.org/support/users/makeplentyonlinecom/)
 * (@makeplentyonlinecom)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228842)
 * It worked like a charm! Superb, thanks a lot.
 *  Thread Starter [Arav](https://wordpress.org/support/users/001anand/)
 * (@001anand)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228937)
 * Thank you so much Richie!
    I actually wanted to reduce the post width only in
   the post (and not home page categories), I could get this done by inserting following
   line in custom.css (Just putting it here for future reference)
 * #post-entry article .post-content { width: 80% !important; }
 * You are awesome!

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

The topic ‘Edit post width edit post byline’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [Arav](https://wordpress.org/support/users/001anand/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/edit-post-width-edit-post-byline/#post-4228937)
 * Status: resolved