Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308872
    Brock B
    Participant

    On my website below, on mobile and tablets the menu at the top of my page is too far down and it’s touching the white space below it. How do I move it up and center it up in the teal area.

    http://www.paradisevalleyproductions.com

    #1308877
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-btn-navbar {
        margin-top: 12px !important;
    }

    Let us know how this goes!

    #1308886
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the below code :

    .x-btn-navbar {
      margin-top: 63px;
    }

    Let’s remove this to get expected result or just update to following :

    .x-btn-navbar {
      margin-top: 15px ;
    }

    Hope this helps.

    Cheers!

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