Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1029406
    JarOfPeas
    Participant

    Hey there! Need some hepl please

    How do I “push” the menu down, so that it is on the hero image background?

    I’m on the latest version of X and Cornerstone…

    #1029455
    JarOfPeas
    Participant

    Ah, found a solution in the forum that worked:

    @media (min-width: 980px) {
        .x-navbar.x-navbar-fixed-top {
            background-color: transparent !important;
        }
    
        .x-navbar-wrap {
            margin-bottom: -105px;
        }
    }

    The problem is that there is a white line that was part of the menu that is still there, how do i remove it?

    #1029674
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-navbar {
    border: none;
    }

    Hope it helps 🙂

    #1031232
    JarOfPeas
    Participant

    Thanks a bunch!

    #1031708
    Thai
    Moderator

    You’re most welcome.

    If you need anything else please let us know.

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