Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136637
    Garratt C
    Participant

    Hi so my client messaged me today saying there was a white line on his website and assured me he hadn’t even logged into the backend so it wasn’t something he did. I find that doubtful, however a he was correct in that a scrollbar had appeared in between the menu and content. (menu is fixed left)

    The last changes I made were to a stylesheet directly about two weeks ago, making the menu background image disappear on tablet and mobile devices, which was:

    /* Add image to bottom of navbar */
    @media screen and (min-height: 920px) and (min-width: 1020px) {
        .x-navbar {
            background-image: url("http://djcorey.com.au/wp/wp-content/uploads/2016/02/navbar-bg.jpg");
            background-position: 0 100%;
            background-repeat: no-repeat;
        }
    }

    Anyone know if there’s settings for this scrollbar? or what could have caused it?

    website is http://djcorey.com.au/

    #1136647
    Garratt C
    Participant

    I think it might actually have something to do with a sub menu item, under “VIP log on” there’s a sub menu that’s no longer showing up for me on FF or Chrome.

    #1136649
    Garratt C
    Participant

    Actually deleting that submenu made no change.

    #1136737
    Friech
    Moderator

    Hi There,

    Thanks for writing in! This is a known bug on the latest version and our Dev Team is already working into it. You can add this custom css for now.

    .x-navbar {
        overflow-y: visible;
      }

    Hope it helps, Cheers!

    #1137760
    Garratt C
    Participant

    Hasn’t seemed to have worked.

    #1137761
    Garratt C
    Participant

    Never mind that worked but I had to add !important; to the css for it work.

    .x-navbar {
        overflow-y: visible !important;
      }
    #1137894
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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