-
AuthorPosts
-
September 23, 2014 at 9:53 am #110642
Hi!
I have vertical mega menu, but the items is not visible in some resolutions, and its not possible to scroll http://adep.pt/curso/any solution?
September 23, 2014 at 11:02 am #110717Hi Vasco,
To show a scroll bar, add the following CSS codes via Appearance > Customize > Custom > CSS:
.x-navbar-fixed-left { overflow: auto !important; }
September 25, 2014 at 5:54 pm #112716thanks a lot! works perfect!
September 25, 2014 at 6:06 pm #112719You’re welcome Vasco.
Have a nice day, Cheers!
November 6, 2014 at 10:09 am #139667DISREGARD – NEEDED TO CLEAR BROWSER CACHE
Hi – I’m going to piggyback on this question/solution. I have something similar, but it is in regard to minimizing the window size. The scroll solution works great on smaller screens, but I can’t seem to get it to show when we reduce the window size on a larger screen. Any options?
Love, love, love this theme!
LisaNovember 6, 2014 at 1:33 pm #139808Glad you Love, love, love this theme! 😀
June 25, 2015 at 1:49 pm #312964Hi,
I tried the same custom CSS code that you recommended in the first reply, and it definitely worked as far as scrolling goes, but it also caused my drop down menus to stop functioning. The menu items that are NOT drop down categories work fine, but the drop downs will not expand when that CSS code is placed in there. Any solution to have both scrolling AND drop down menus?
Best,
Matt
June 25, 2015 at 5:30 pm #313180Hello Matt,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
June 25, 2015 at 7:34 pm #313254This reply has been marked as private.June 26, 2015 at 12:38 am #313461Hi there,
Fixed positioned navigation iis default to overflow: visible;. Anything that overflows outside the navbar’s dimension will then be visible.
Now, if you set it to auto, then it will hide all elements outside the navigation’s dimension.
Your navbar has 233px width, and your submenu appears outside of it. Thus removing the
overflow:visible
will hide those menu. To make it more clear, it’s like putting your picture in a picture frame, but your shoulder is hidden because it’s covered by the frame.Thanks!
June 26, 2015 at 7:24 pm #314172Is there a way to change the code so the menu simply scrolls with the page content?
June 26, 2015 at 7:52 pm #314189Or change the menu dropdowns so that they drop down within the confines of the navbar?
June 27, 2015 at 1:12 am #314362Hi there,
Provided credentials are not working, please check.
Thanks.
June 27, 2015 at 8:16 pm #314799Sorry, the Coming Soon page is gone and you should be able to see the site.
Alternatively, is there a way to make the menu that appears on mobile screens default for the desktop view as well? That might be a decent solution because then I can still scroll and it’ll be contained within the nav bar container.
June 28, 2015 at 2:51 am #314970Hi there,
That’s possible, but remember, mobile and tablets does not have hover functionality. It will not work, once your press the parent menu to display sub-menu, it will just load the page.
I think, moving sub-menu within navbar dimension is okay too.
.x-navbar-fixed-left { overflow: auto !important; } .masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu { top: 2.5em !important; left: auto; right: 8px !important; border: 1px solid rgba(255, 255, 255, 0.5); }
Cheers!
-
AuthorPosts