Tagged: x
-
AuthorPosts
-
July 24, 2016 at 10:32 am #1100734
M IrfanParticipantDear Themeco,
I am trying to use UberMenu in my site but:
1. the NavBar search appears off-place, below the ubermenu
2. there is a gap between the ubermenu and the bottom of my header, so hovering the menu makes the pop-up box covers my sitename/logoWould you be able to provide some styling help to integrate the ubermenu correctly? I will provide site details.
Thank you.
July 24, 2016 at 10:33 am #1100735
M IrfanParticipantThis reply has been marked as private.July 24, 2016 at 11:38 am #1100800
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.menu-item.x-menu-item.x-menu-item-search { display: inline-block; margin-right: 10px; margin-top: 12px; }#2. Use this :
nav.ubermenu-main { margin-top: 15px; }You can change the value to reduce the spacing if needed.
Cheers!
July 25, 2016 at 1:24 am #1101412
M IrfanParticipantHi Rupok,
Thank you, it works as intended in desktop view. However it still doesn’t show correctly in mobile view. Would you be able to help?
Best regards
July 25, 2016 at 1:51 am #1101429
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media screen and (min-width: 979px) { .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 { width: 33%; } .menu-item.x-menu-item.x-menu-item-search { margin-left:20px; } }Hope that helps.
July 25, 2016 at 1:58 am #1101435
M IrfanParticipantHi,
Thanks for the reply.
I tried it on Safari in iOS but the menu still covers my site logo/name. Any help?Best regards
July 25, 2016 at 2:25 am #1101455
ChristopherModeratorHi there,
Please add this code :
@media (max-width:979px){ .ubermenu-skin-vanilla-bar.ubermenu-responsive-toggle { overflow: hidden; } a.x-brand.text { width: 100%; display: block; text-align: center; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1100734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
