Tagged: x
-
AuthorPosts
-
May 25, 2016 at 5:14 am #1008776
Paul RModeratorHi,
Your menu is too long to fit on smaller screens.
We can make the mobile button appear earlier.
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1166px) { .x-navbar .x-nav-wrap.desktop { display:none; } .x-navbar .x-btn-navbar { display: block; float: left; color:#333; } .x-navbar .x-nav-wrap.mobile.collapse.in { display:block !important; } .x-navbar .x-btn-navbar:hover { color: #333; } }Hope that helps.
May 27, 2016 at 1:28 am #1012505
ErmanParticipantThanks! You guys are fantastic!!
May 27, 2016 at 1:36 am #1012517
LelyModeratorYou’re welcome!
Cheers!
June 1, 2016 at 10:12 am #1020166
ErmanParticipantThis reply has been marked as private.June 1, 2016 at 11:58 am #1020410
JoaoModeratorHi There,
Please find this code:
.x-social-global, .x-topbar .p-info { float: none !important; display: inline-block !important; }and change for this:
@media only screen and (min-device-width: 768px) { .x-social-global { float: none !important; display: inline-block !important; } } .x-topbar .p-info { float: none !important; display: inline-block !important; }Hope that helps,
Joao
June 7, 2016 at 6:50 am #1029756
ErmanParticipantThanks a lot!
Can you help me to reactive the mobile menu button?
Cheers!June 7, 2016 at 10:13 am #1030067
RupokMemberHi there,
Thanks for updating. I am not sure what you meant by “reactive the mobile menu button”. It seems you have changed the password so can’t check the site either hence can’t understand the issue. Would you clarify a bit and provide the credentials or take of maintenance mode?
Cheers!
June 7, 2016 at 10:26 am #1030093
ErmanParticipantThis reply has been marked as private.June 7, 2016 at 3:14 pm #1030576
JadeModeratorHi there,
Please add this CSS:
.x-btn-navbar { color: #333; } .x-btn-navbar:hover { color: #000; } @media (max-width: 1100px) { .x-btn-navbar { display: block !important; } }Hope this helps.
June 7, 2016 at 3:37 pm #1030624
ErmanParticipantThanks, but the menu button is always there now…
June 8, 2016 at 2:21 am #1031386
LelyModeratorHi There,
That is because of the following custom CSS:
.x-navbar .x-btn-navbar { display: block; float: left; color:#333; }Please remove this line: display: block; from above CSS. See attached screenhot.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-896690 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
