Tagged: x
-
AuthorPosts
-
February 3, 2017 at 1:22 am #1356397
JaWright357ParticipantCan someone give me some direction as to how I can relocate the mobile ‘hamburger’ menu into the topbar?
February 3, 2017 at 1:57 am #1356413
RupokMemberHi there,
Thanks 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.
February 3, 2017 at 3:27 am #1356483
JaWright357ParticipantThis reply has been marked as private.February 3, 2017 at 4:18 am #1356545
LelyModeratorHi There,
Thank you for the URL. Can you give us screenshot on where exactly you want to place it?
February 3, 2017 at 4:44 am #1356577
JaWright357ParticipantThis reply has been marked as private.February 3, 2017 at 7:39 am #1356713
Paul RModeratorHi,
To achieve that, you can add this in your Custom > Edit Global JS
jQuery(function($) { $('.x-btn-navbar').prependTo('.topbar-right-custom'); });Then add this in Custom CSS
@media (max-width: 980px) { .home .x-btn-navbar { margin-top: 0; float: none !important; margin-right: 25px; padding: 8px 10px; } }Hope that helps.
February 3, 2017 at 8:37 am #1356768
JaWright357ParticipantI believe that bit of js just might work. I have a bit of styling to do still. I might have some more inquiries to get it just right.
February 3, 2017 at 9:26 am #1356826
RahulModeratorWe are always here standing by to assist you in anyway.
Regards,
X -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1356397 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
