Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395020
    goalsarecool
    Participant

    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/

    #1395100
    Thai
    Moderator

    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 🙂

  • <script> jQuery(function($){ $("#no-reply-1395020 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>