Catch Themes » All Posts https://catchthemes.com/support-forum/forum/full-site-editing/feed/ Wed, 13 Aug 2025 09:53:36 +0000 https://bbpress.org/?v=2.6.14 en-US https://catchthemes.com/support-forum/topic/make-post-content-to-fit-the-full-width-of-the-screen/#post-340478 <![CDATA[Reply To: Make post content to fit the full width of the screen?]]> https://catchthemes.com/support-forum/topic/make-post-content-to-fit-the-full-width-of-the-screen/#post-340478 Mon, 30 Jun 2025 04:36:31 +0000 sujapati @sophie: Sorry for the inconvenience. If you want to remove white space on left and right sides of the page, add the CSS below:

.single .wp-site-blocks .wp-block-columns > .wp-block-column .wp-block-group.alignfull {
    padding-inline: 0 !important;
}

Kind Regards
Sujapati

]]>