Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1188425
    BradleyB
    Participant

    I’m having a breaking point issue with one of my landing pages. Between 1138px and 979px, The sidebar is not falling completely below the body content, but below and slightly to the right. It looks really bad in those sizes. I’ve looked through my code and can’t find anything. Any help would be GREATLY appreciated. Thanks!

    #1188427
    BradleyB
    Participant
    This reply has been marked as private.
    #1188505
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    @media (max-width: 1138px) {
        .x-main {
            width: 100%;
        }
    
        .entry-wrap {
            padding-right: 0;
        }
    
        .x-sidebar.right {
            width: 100%;
            margin: 0;
        }    
    }
    #1190964
    BradleyB
    Participant

    Awesome! Thank you so much – that worked!

    #1190984
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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