Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202112
    RocketBox
    Participant

    Hi

    I’m trying to get my slider to sit underneath the logo and menu bars. (So logo and menu overlayed on top of the slider) I can do it when the logo and menu are ‘inline’ but I want them ‘stacked’. I’m using Ethos.

    Any Ideas?

    Many thanks

    #1202236
    Rupok
    Member

    Hi there,

    It might be possible if you set the Logobar and Navabr position to absolute. Let’s set that and update us with URL if you need help with the CSS.

    Cheers!

    #1202355
    RocketBox
    Participant
    This reply has been marked as private.
    #1202468
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    @media(min-width: 980px) {
    .home .masthead  {
                position:absolute;
                width:100%;
                background-color:transparent !important;
         
           }
           body.x-navbar-fixed-top-active .x-navbar-wrap {
                height: auto;
           }
    .home .x-logobar,.home  .x-navbar, .home .x-topbar  {
        background-color: transparent !important;
        box-shadow: none;
        border: 0;
      
    }
      }
    
    .x-navbar .desktop .x-nav>li>a {
        border-right: 0px ;
     
    }

    Hope it helps

    Joao

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