Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087577
    Andrew B
    Participant

    Hi there,
    Im working in the Ethos stack and found some code while needing to split the logobar from the navbar in order to put a slider between them.

    It looks good, but upon resizing the browser the menubar jumps down midpage and stays there.

    The code I added to the global css was…

    .home .x-navbar-wrap {
    position: absolute;
    width: 100%;
    top: 582px;
    }

    the site is at conception.flywheelsites.com

    Thanks in advance for your help,
    Andrew

    #1088063
    Rupok
    Member

    Hi Andrew,

    Your doing it a bit unusually. However you can try this as well :

    .home .x-slider-container.below {
      min-height: 425px;
    }
    
    .home .fullwidthbanner-container .fullwidthabanner {
      min-height: 470px;
    }

    Hope this helps.

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