Tagged: x
-
AuthorPosts
-
January 31, 2017 at 1:25 pm #1352655
AnnParticipantHi hi,
Is there a way to force the “Burger” menu on mobile view to the right? As of now it ends up below the logo, making the nav bar look massive.
Thanks for help 🙂
Ann
January 31, 2017 at 2:34 pm #1352739
JoaoModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 31, 2017 at 2:35 pm #1352741
AnnParticipantOh my god, I’m sorry!
parronhall.com 🙂
January 31, 2017 at 11:57 pm #1353246
FriechModeratorHi There,
Look for this block of custom CSS on your Customizer.
.x-navbar-inner { padding-right: 160px; }And update that to:
@media (min-width: 980px) { .x-navbar-inner { padding-right: 160px; } }And on a extra small screen, we need to adjust the width of the logo “PARRON HALL” so they would fit on the navbar.
Add this on your custom CSS.
@media (max-width: 480px) { .x-brand.img { width: 80%; } }Hope it helps, Cheers!
February 1, 2017 at 12:19 am #1353260
AnnParticipantPERFECT!
Works great! 🙂
Thank you!
February 1, 2017 at 3:10 am #1353367
Paul RModeratorYou’re welcome! 🙂
February 15, 2017 at 12:03 am #1371435
AnnParticipantHey,
Sorry for writing in this thread again but I’ve been playing around with the code for a while now and for some reason I can’t make the mobile menu on my site (http://www.parronhall.com/) to appear sooner than what it does now?
Could you tell me what I need t add/change in addition the above CSS?
Thanks!
February 15, 2017 at 3:12 am #1371597
LelyModeratorHello Ann,
Please use this CSS:
@media (max-width: 1155px){ .masthead-inline .x-btn-navbar { display: block; float: right; } .x-nav-wrap.desktop { display: none; } }Adjust 1155px to your preferred screensize.
Hope this helps.
February 15, 2017 at 3:12 pm #1372474
AnnParticipantHey there,
It worked for the width but when you click the burger menu nothing happens. Did I miss something?
Thanks,
Ann
February 16, 2017 at 12:05 am #1373061
Paul RModeratorHi Ann,
Kindly replace the code with this.
@media (max-width: 1155px){ .masthead-inline .x-btn-navbar { display: block; float: right; } .x-nav-wrap.desktop { display: none; } .x-nav-wrap.mobile { display: block; } .x-nav-wrap.mobile.collapse { display: none; } .x-nav-wrap.mobile.collapse.in { display:block !important; } }Hope that helps.
February 17, 2017 at 11:27 am #1375303
AnnParticipantNow it works. Thanks guys!
February 17, 2017 at 11:51 am #1375332
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1352655 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
