Tagged: x
-
AuthorPosts
-
September 5, 2016 at 6:09 am #1161502
spencerdauphinParticipantHi there,
We have installed Uber menu to be used with Integrity and are just having a few issues with the mobile view.
I have managed to re insert the hamburger (thanks to some code from a previous thread) thank you, but re stuck on a couple of bits.1/ The background of the main navbar is set to transparent, can I set this not to be the case on mobile view? So that it matches the next level down?
2/ We’re unable to scroll down to the bottom items on the second level menu – which also includes a contact form on one of the tabs – how can I set this to be work?
Will send you site login details in a private message.
Thanks in advance!
September 5, 2016 at 6:12 am #1161504
spencerdauphinParticipantThis reply has been marked as private.September 5, 2016 at 6:52 am #1161537
ChristianModeratorHey there,
Please set your Responsive Columns (Tablet) to 1 column (see attachment). And, set sub-menu related setup in Position & Layout (especially the Mega Submenu Max Height so submenus taller than this will get a vertical scrollbar) and under Submenu tab (see attachment). See https://community.theme.co/kb/integrated-plugins-ubermenu/ for UberMenu usage instructions.
For the background, please add code below in your Appearance > Customize > Custom > Global CSS
@media screen and (max-width: 959px) { .ubermenu-responsive-default.ubermenu-responsive.ubermenu { background: #25addd; } }Thanks.
September 5, 2016 at 7:37 am #1161580
spencerdauphinParticipant1/The background code works, thank you – what do I add to give this the same black border?
2/I have set the submenu max height to be 60px and this is still not working?
September 5, 2016 at 7:55 am #1161601
spencerdauphinParticipantI cannot check the ‘allow submenu scrolling’ box as this messes up the settings throughout…
September 5, 2016 at 8:29 am #1161645
ChristianModerator1/ Please add
border: 1px solid black;to the code.2/ We’re sorry but allowing submenu scrolling is the only way for the submenu to scroll. Otherwise, this would need a custom solution which is outside the scope of our support.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1161502 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
