Title: Change Post Container Width
Last modified: November 11, 2020

---

# Change Post Container Width

 *  [deaglanq](https://wordpress.org/support/users/deaglanq/)
 * (@deaglanq)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-post-container-width/)
 * Hi! I am trying to expand the width of the main content container which is being
   used to display a product catalog via the Ultimate Catalog plugin but have not
   had any success with modifying the css. In looking at the source it appears it
   is one of the following classes
 *     ```
       <article class="post-90 page type-page status-publish hentry" id="post-90">
   
       	<div class="content-area__wrapper">
       		<div class="content-area entry-content">
       ```
   
 * If I haven’t explained it well enough, I want the catalog to take up more of 
   the screen width.
    Thanks to anyone who can shed some light on this problem.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-post-container-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [gdpavle](https://wordpress.org/support/users/gdpavle/)
 * (@gdpavle)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-post-container-width/#post-13663200)
 * Hello [@deaglanq](https://wordpress.org/support/users/deaglanq/),
 * Thank you for reaching out.
 * You can try increasing the width of the main content by using the following CSS
   code:
 *     ```
       #post-90 > div > div > div
       {
         max-width: 100%;
       }
       ```
   
 * Feel free to adjust the percentage for your needs.
    This will change the width
   of the parent container.
 * Let me know if this worked for you. 🙂
 * Best Regards,
    Pavle
 *  Thread Starter [deaglanq](https://wordpress.org/support/users/deaglanq/)
 * (@deaglanq)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-post-container-width/#post-13663724)
 * Thank you!!! Worked great, you rock!!

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

The topic ‘Change Post Container Width’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [deaglanq](https://wordpress.org/support/users/deaglanq/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/change-post-container-width/#post-13663724)
 * Status: not resolved