Tagged: x Author Posts March 5, 2017 at 6:38 am #1395020 goalsarecoolParticipant Here is what I’m trying to do. -Remove sidebar from blog page and single posts -Make posts 720 width -Center posts on the page -Center title text of post Is this something you can help with? https://goalsarecool.com/blog/ March 5, 2017 at 9:26 am #1395100 ThaiModerator Hi There, Please add the following CSS under Customizer > Custom > Global CSS: .blog .x-sidebar, .single-post .x-sidebar { display: none; } .blog .x-main, .single-post .x-main { width: 720px; margin: 0 auto; float: none; } .single-post h1.entry-title { text-align: center; } Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1395020 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In