Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906688
    Gnosis123
    Participant

    Trying to make my sidebar go to the bottom of the content as it hits screen size 1445px.

    At the moment it shoots across the content and doesn’t drop down into place until 1199px. Then it doesn’t sit center of screen (off to the right and off screen)

    Been working on it for days. Any suggestions?

    #906689
    Gnosis123
    Participant
    This reply has been marked as private.
    #907442
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS at the very bottom of you other custom css to avoid any conflict.

    @media only screen and (max-width: 1445px) {
      .x-sidebar,
      .nano .nano-content {  
        position: relative;
        display: block;
        height: auto !important;
        overflow: visible;
        top: auto;
        right: auto;
      }
    }

    We would loved to know if this has work for you. Thank you.

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