Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1124358
    [email protected]
    Participant

    I posted a question about an hour ago but now I can’t find that post.

    In a blog post is it possible to have a content band that stretches the “full width” of the page and ignores the container? I know how to make the post full-width, and I can find the short codes for content band but I don’t know how to make it ignore the container.

    #1124768
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1124942
    [email protected]
    Participant

    explorington.com

    #1125199
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width:979px){
    .single-post .x-container.max.width.main {
        width: 100%;
        max-width: 100%;
    }
    .single-post header.entry-header {
        width: 88%;
        margin: 0 auto;
    }
    .single-post aside.x-sidebar.right {
        margin-right: 10px;
        width: 25%;
    }
    }
    

    Hope that helps.

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