Title: Single post width
Last modified: December 16, 2021

---

# Single post width

 *  [francescmuntada](https://wordpress.org/support/users/francescmuntada/)
 * (@francescmuntada)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/single-post-width-2/)
 * Hi,
 * Thank you for the great Sydney theme.
 * Since last upgrade, the width of the single posts has shrinked and now they look
   narrower than before. And the fact is that all I had in an iframe HTML block 
   now has an horizontal scroll bar as you can see at the bottom of this post, as
   an example: [http://ce-terrassa.cat/coneixermon-%c2%b7-anem-a-trobar-el-tio-a-sant-llorenc-del-munt-2/](http://ce-terrassa.cat/coneixermon-%c2%b7-anem-a-trobar-el-tio-a-sant-llorenc-del-munt-2/)
 * I’ve been looking for a way of having narrower margins, but all I tries (mainly
   CSS on the Additional CSS settings) didn’t work.
 * Is there any way I can manage the width of the content in a single post to make
   it wider?
 * Thank you!
    -  This topic was modified 4 years, 5 months ago by [francescmuntada](https://wordpress.org/support/users/francescmuntada/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-post-width-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/single-post-width-2/#post-15169959)
 * [@francescmuntada](https://wordpress.org/support/users/francescmuntada/) thank
   you for your question.
 * Try adding this CSS code to **Appearance** > **Customize** > **Additional CSS**
   from dashboard.
 *     ```
       .single-post .no-sidebar .entry-thumb, 
       .single-post.no-sidebar .entry-thumb,
       .single-post .no-sidebar .entry-header, 
       .single-post .no-sidebar .entry-content, 
       .single-post .no-sidebar .entry-footer, 
       .single-post .no-sidebar .post-navigation, 
       .single-post .no-sidebar .comments-area, 
       .single-post .no-sidebar .single-post-author, 
       .single-post.no-sidebar .entry-header, 
       .single-post.no-sidebar .entry-content, 
       .single-post.no-sidebar .entry-footer, 
       .single-post.no-sidebar .post-navigation, 
       .single-post.no-sidebar .comments-area, 
       .single-post.no-sidebar .single-post-author {
         max-width: 1024px;
       }
       ```
   
 * Hope that helps.
 * Regards,
    Kharis
 *  Thread Starter [francescmuntada](https://wordpress.org/support/users/francescmuntada/)
 * (@francescmuntada)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/single-post-width-2/#post-15170004)
 * Great! It worked! Thank you very much!
 * I see that I can even change the width changing de 1024px value!
 * Great help! Thank you!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/single-post-width-2/#post-15170185)
 * You’re welcome [@francescmuntada](https://wordpress.org/support/users/francescmuntada/)!
 * Please let us know in a new topic if you have any further questions, or if we
   can provide you with any other assistance.
 * Regards,
    Kharis

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

The topic ‘Single post width’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/single-post-width-2/#post-15170185)
 * Status: not resolved