Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1283335
    BradleyB
    Participant

    Hi,

    I am working on a page with a sidebar. I would like a full width section (something that spans the entire browser window) above where the sidebar starts. How can I accomplish this? Thanks so much!

    #1283336
    BradleyB
    Participant
    This reply has been marked as private.
    #1283427
    Rupok
    Member

    Hi there,

    Thanks for writing in! That’s already fullwidth within the container. You can’t simply make a section edge-to-edge fullwidth without making the whole page fullwidth. To make the whole page fullwidth, you need to set a “No Container” page template.

    Cheers!

    #1283432
    BradleyB
    Participant

    Thanks for your reply. So, you’re telling me that there is absolutely no way to make content go edge-to edge of the browser with a sidebar below it?

    #1283590
    Jade
    Moderator

    Hi Bradley,

    Please try adding this custom CSS in the customizer:

    
    .page-id-2804 .x-container.max.width.offset {
        width: 100%;
        max-width: 100%;
    }

    Hope this helps.

    #1283615
    BradleyB
    Participant

    Thanks for the reply! The code did not work, however… All it did was increase the entire page’s width. What I want is for the grey are that says “THR Help Line” to be full width (so that the grey bleeds off the sides of the browser). Thanks!

    #1283783
    Nabeel A
    Moderator

    Hi again,

    It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!

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