Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396099
    spixelZA
    Participant

    Hi

    I would like to have all my posts in my side automatically be full width as i have imported hundreds of posts from my old site and now have to change each one to full width please can you advise how i can achieve this easily?

    Thank you for your help.

    #1396117
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single-post .x-container.max.width.offset {
        width: 100%;
        max-width: 100%;
    }

    Hope it helps :

    #1396210
    spixelZA
    Participant

    i still have the side bar please advise how this can be removed as well automatically.

    #1396221
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1397219
    spixelZA
    Participant

    My website is on a staging environment and cannot be viewed outside of the company.

    #1397401
    Christopher
    Moderator

    Hi there,

    Please add this code as well :

    .single-post .xsidebar {
        display:none;
    }

    Hope it helps.

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