• 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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @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

    (@deaglanq)

    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.