Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155649
    bjmiller
    Participant

    I would like to move my menu on top of the logo. Is this possible?

    #1155653
    bjmiller
    Participant
    This reply has been marked as private.
    #1155861
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    A bit confusing, if it should start in the grass then should it be moved on right instead of the top? Like this one,

    .x-nav-wrap.desktop {
        position: relative;
        top: -130px;
    }

    Please add that CSS to Admin > Appearance > Customizer > Custom > CSS

    Thanks!

    #1163204
    bjmiller
    Participant

    Sorry for the late response. How do I get rid of the white space underneath?

    #1163242
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar {
        height: 200px !important;
    }

    Thanks.

    #1163251
    bjmiller
    Participant

    Looks great. Is there a way to clean up the mobile menu? The White space is a little to much and the drop down is very hard to read.

    #1163293
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media (max-width: 979px){
    .masthead-inline .x-btn-navbar {
        margin-top: -75px;
    }
    .x-nav-wrap.mobile.collapse.in {
        background: white;
    }
    }
    @media (max-width: 480px){
    .x-navbar {
        height: 100px !important;
    } }

    Hope that helps,

    Joao

    #1163353
    bjmiller
    Participant
    This reply has been marked as private.
    #1163420
    Joao
    Moderator

    Hi There,

    The second part of the code should do that,

    Would you mind providing your WP Admin Credentials so we can take a quick look?

    Thanks,

    Joao

    #1164470
    bjmiller
    Participant

    That works perfect, I left out a bracket. Thank you so much for your support.

    #1164618
    Thai
    Moderator

    If you need anything else please let us know.

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