Tagged: x
-
AuthorPosts
-
January 11, 2017 at 8:18 pm #1326559
Rue NelModeratorHello There,
Thanks for providing the information. Do you want something like this?

If that is the case, please adjust the “Navbar Top Link Alignment” in the customizer, Appearance > Customize > Header > Links – Alignment. Put at least 55 pixels to have that space above and bottom of the menu.
And instead of having boxes, you can have just lines like this:

In order to do that, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .mobile .x-nav li>a { border-top: 0px; border-left: 0px; border-right: 0px; margin-bottom: 0; }We would loved to know if this has work for you. Thank you.
January 11, 2017 at 11:07 pm #1326744
NvizionParticipantcan you help me fix now that ipad turned in land scape mode the menu goes down below logo?
January 11, 2017 at 11:10 pm #1326748
NvizionParticipantand what about gap below mobile menu and start of the page? how to decrease?
January 11, 2017 at 11:21 pm #1326757
NvizionParticipantthat code didnt work unfortunately…
January 12, 2017 at 12:51 am #1326840
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1072px) { body .x-nav-wrap.desktop { display:none; } body .x-nav-wrap.mobile { display:block; } body .x-nav-wrap.mobile.collapse { display:none; } body .x-nav-wrap.mobile.collapse.in { display:block !important; } body .masthead-inline .x-btn-navbar { display: block; float: right; } body .x-navbar { padding-bottom: 0; } }Hope that helps.
January 12, 2017 at 1:47 am #1326869
NvizionParticipantdidn’t change anything :/
January 12, 2017 at 2:00 am #1326878
Rue NelModeratorHello There,
The code is not working because there is an invalid code in your custom css. Please check this out: http://prntscr.com/dulcmr
To save you some time, I have fixed the issue and corrected the necessary code. Your mobile menu is now have lines and not with boxes. And the logo and main menu is no longer broken in tablet screens.
If you need anything else we can help you with, don’t hesitate to open another thread.
Cheers.
January 12, 2017 at 11:54 pm #1328350
NvizionParticipantThank you rue nel. Is there anyway to reduce the padding below the mobile menu when it drops down?
January 13, 2017 at 12:41 am #1328380
FriechModeratorHi There,
Look for this block of code on your Custom CSS:
.x-navbar { padding-bottom: 26px; }And update that to this:
/*Apply bottom padding on navbar in desktop view only*/ @media (min-width: 980px) { .x-navbar { padding-bottom: 26px; } }Thanks.
January 13, 2017 at 1:57 am #1328439
NvizionParticipantI still want padding below the top nav bar but I was wondering if at the bottom once you click the button and the links drop down and see the last nav link if there was a way to reduce just that space…
January 13, 2017 at 2:09 am #1328444
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
.x-navbar .mobile .x-nav { margin-bottom:0; }You may change 0 to adjust spacing.
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
