Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197198
    stevepork
    Participant

    When making a post – is it possible to set a template the same way you would with a page?

    #1197199
    stevepork
    Participant
    This reply has been marked as private.
    #1197302
    Joao
    Moderator

    Hi There,

    It is not possible, but you can add the follow code on Appereance > customizer > custom > CSS in order to have a similar effect.

    .single-post .x-main.left {
    width: 100%;
    max-width: none;
    }
    .single-post aside.x-sidebar.right {
    display: none;
    }
     
    .single-post .entry-content {
       padding: 0 !important;
    }
    
    .single-post  .entry-wrap .x-container.max {
     
      min-width: 100%;
      width: 100%;
    }
    .single-post .p-meta {
    
        display: none;
    }

    Hope that helps

    Joao

    #1197317
    stevepork
    Participant

    That’s much better – Thanks!

    #1197545
    Joao
    Moderator

    Glad to hear it,

    Joao

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