Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037436
    Sarah W
    Participant

    Hi,
    I’m sure it’s obvious but I can’t find a way to do this.
    I want the post index page to have a sidebar, but not the post pages themselves. Those I want full width.
    is this possible?

    #1037486
    Thai
    Moderator

    Hi There,

    Please navigate to Customizer > Blog > Layout > select Use Global Content Layout.

    After that add the following CSS under Customizer > Custom > Global CSS:

    .single-post .x-main {
        width: 100%;
    }
    .single-post .x-sidebar {
        display: none;
    }

    Hope it helps 🙂

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