Title: Scale/change post width and header image size
Last modified: May 5, 2020

---

# Scale/change post width and header image size

 *  [rollswetlogs](https://wordpress.org/support/users/rollswetlogs/)
 * (@rollswetlogs)
 * [6 years ago](https://wordpress.org/support/topic/scale-change-post-width/)
 * I wanted to know how to scale the post width. I know some themes let you set 
   a minimum and a maximum width depending on the screen its being viewed on, and
   I was hoping to scale it to be about 80% of what it is now.
 * Additionally, if anyone knows how to adjust header images so they aren’t so blown
   up, that would be appreciated.
    -  This topic was modified 6 years ago by [rollswetlogs](https://wordpress.org/support/users/rollswetlogs/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fscale-change-post-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [AF Support Team](https://wordpress.org/support/users/afhelpteam/)
 * (@afhelpteam)
 * [6 years ago](https://wordpress.org/support/topic/scale-change-post-width/#post-12788596)
 * Hello [@rollswetlogs](https://wordpress.org/support/users/rollswetlogs/)
 * Thanks for using Magazine 7.
 * To change the width of the content area, kindly add the below CSS codes on Appearance
   > customzie > Additional CSS,
 *     ```
       #primary {
           width: 80%;
       }
       #secondary {
           width: 20%;
       }
       ```
   
 * Next, you can change the header image from Appearance > Customize > Header Image
   as per the recommended size.
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Scale/change post width and header image size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/magazine-7/3.3.5/screenshot.png)
 * Magazine 7
 * [Support Threads](https://wordpress.org/support/theme/magazine-7/)
 * [Active Topics](https://wordpress.org/support/theme/magazine-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/magazine-7/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/magazine-7/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [AF Support Team](https://wordpress.org/support/users/afhelpteam/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/scale-change-post-width/#post-12788596)
 * Status: not resolved