Tagged: x
-
AuthorPosts
-
June 8, 2016 at 3:44 am #1031475
helloariParticipantHEY guys,
I have added one custom menu for some special purpose. Please refer my screenshot you’ll understand what I want to say.I need to make these menus either inline or enable mobile mode..
Please let me know.June 8, 2016 at 3:46 am #1031477
helloariParticipantThis reply has been marked as private.June 8, 2016 at 10:05 am #1032002
JoaoModeratorHi There,
Try addind the following code to your appereance Customizer Custom CSS and see if it solves your issue.
#menu-administrative { padding-left: 0px; }Hope that helps,
Joao
June 9, 2016 at 3:05 am #1033608
helloariParticipantThis reply has been marked as private.June 9, 2016 at 4:14 am #1033690
Rue NelModeratorHello There,
You cannot align them because there is no longer enough space for your logo and menu items including the admin menu and the icons. The best thing would be to trigger mobile menu instead.
Or maybe, just add the entire admin menu item in the primary menu. We will just hide it using css when someone is login or logged out.
Hope this helps.
June 9, 2016 at 5:58 am #1033815
helloariParticipantYa, thats what I want to know.. How to trigger mobile mode after passing that width??
June 9, 2016 at 8:55 am #1034009
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media(max-width: 1000px) { nav.x-nav-wrap.desktop { display: none; } a.x-btn-navbar { display: block; float: right; } .x-nav-wrap.mobile.collapse.in { display: block !important; }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1031475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
