Title: content width
Last modified: July 19, 2022

---

# content width

 *  [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/)
 * How can i set my desktop content area width to 728px and sidebar width at least
   300px in astra theme website
    The options in the customiser confused me thoroughly

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

 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15843570)
 * Hi [@tsat01](https://wordpress.org/support/users/tsat01/),
 * You can change the default content width by adding the snippet provided in this
   [doc](https://wpastra.com/docs/improved-block-editor-experience/#change-the-default-content-width-for-the-theme).
 * I hope it will help.
 * Kind regards,
    Herman 🙂
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15844978)
 * function astra_update_block_content_size( $content_size ) {
    return ‘840px’; //
   Default 910px overridden by 840px. }
 * add_filter( ‘astra_block_content_width’, ‘astra_update_block_content_size’ );
 * this code given in the page you have shown is returning an error
    can you please
   check I want the content area (main content) to be 728 px
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15844993)
 * Sorry there is no error ; my mistake
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15847647)
 * Please tell me how to change the width of the entry-content area – it is not 
   the block width that i want to change but the content area
 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15863780)
 * Hi [@tsat01](https://wordpress.org/support/users/tsat01/),
 * Sorry, I don’t get you. The snippet in that doc should work to change the Content
   width?
 * Maybe sharing a screenshot or a video to help us understand your query better?
 * Looking forward to hearing from you.
 * Kind regards,
    Herman 🙂
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15866013)
 * THis changes the block area but the inside content area changed with this code
   .
   entry-content { width:728px !important; }
 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15877919)
 * Hi [@tsat01](https://wordpress.org/support/users/tsat01/),
 * What about this [option](https://share.bsf.io/GGuKwRyX)?
 * Looking forward to hearing from you.
 * Kind regards,
    Herman 🙂
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/content-width-34/#post-15877936)
 * How do you do this for full site?
 *  Thread Starter [tsat01](https://wordpress.org/support/users/tsat01/)
 * (@tsat01)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/content-width-34/#post-15892461)
 * Please check this image – [https://snipboard.io/IPRqT4.jpg](https://snipboard.io/IPRqT4.jpg)
   
   How do I increase this to 728px for the whole site?
 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/content-width-34/#post-15897959)
 * Hi [@tsat01](https://wordpress.org/support/users/tsat01/),
 * The option in the screenshot I shared [above](https://wordpress.org/support/topic/content-width-34/#post-15877919),
   it will be implemented to the Single Post on the entire site. If you would like
   to do the same for the Page, you can do that from the **Customizer > Global >
   Container > Container Width**.
 * Please let me know if it still doesn’t help.
 * Kind regards,
    Herman 🙂

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

The topic ‘content width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.3/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/content-width-34/#post-15897959)
 * Status: not resolved