Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909841
    David V
    Participant

    Hi, I’ve looked for an answer but can’t quite find one. The menu on my website won’t scroll so you can’t see the full menu only part of it. Will reply with website url in a private message, help on this would be appreciated.

    #909843
    David V
    Participant
    This reply has been marked as private.
    #910184
    Nabeel A
    Moderator

    Hi David,

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

    .x-brand {
        margin-top: 0 !important;
        width: 90% !important;
    }

    Let us know how this goes!

    #910279
    David V
    Participant
    This reply has been marked as private.
    #910477
    Christopher
    Moderator

    Hi there,

    To fix the issue with mobile version, you can add slider below masthead instead of background image.

    Please add following code in Customize -> Custom -> CSS :

    .x-navbar-fixed-right {
        overflow-y: scroll;
    }

    Note that provided code woks as long as you don’t have submenus.

    Hope it helps.

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