Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1107130
    rmoswald
    Participant

    Hey guys –

    Can you please take a look at http://ftrz.co/2aey1vD. On the left menu a scrollbar appeared the other day. I think that it may have been after updating the theme, but I’m not sure.

    How can I remove the horizontal and vertical scrollbar?

    Thank you!

    – Ryan

    #1107278
    Rob D
    Participant

    Same here, hopefully an update to the update will be released soon.

    #1107279
    Rahul
    Moderator

    Hey There,

    Can you be a little bit more specific about your requirement. Would you mind attaching a Screenshot of it.

    Thanks.

    #1107550
    rmoswald
    Participant

    Sure, here’s a screenshot. I pointed out the scrollbars. They just appeared recently.

    http://pasteboard.co/bTQxSBey.png

    Thanks!

    #1107628
    Joao
    Moderator

    Hi Guys,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-navbar {
        overflow-y: hidden !important;
    }

    Hope it helps,

    Joao

    #1107687
    rmoswald
    Participant

    Hi Joao –

    That removed the scrollbars. I just noticed another problem that occurred since the last update, the flyout ubermenu items no longer work. If you put your mouse over “Elementary School”, “Cheat Sheets”, etc. you will see that the submenu no longer appears.

    Thanks!

    #1108182
    Lely
    Moderator

    Hi There,

    This happens because of the following custom CSS:

    .x-navbar {
        width: 255px;
        overflow-y: scroll;
    }

    That custom CSS cause the scroll bar to appear on your navbar which was solve by this:

    .x-navbar {
        overflow-y: hidden !important;
    }

    We can just use this – with no scroll:

    .x-navbar {
        width: 255px;
    }

    Please note that is the limitation presented when you have a fixed navbar. Please check this link for some discussion:http://sevenspark.com/docs/ubermenu-3/responsive/sticky-issues

    Hope this helps.

    #1108229
    rmoswald
    Participant

    Thanks, but unfortunately this didn’t solve the issue.

    I did read thru the article that you sent. Everything with the site was working fine prior to the last update.

    Any other ideas on how to get the submenus back?

    Thank you!

    – Ryan

    #1108292
    rmoswald
    Participant

    Hi Guys –

    We were able to resolve the issue. Here is the entry that worked:

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

    Thank you,

    Ryan

    #1108367
    Friech
    Moderator

    Glad you sorted things out.

    Cheers!

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