Tagged: x
-
AuthorPosts
-
January 22, 2017 at 10:34 am #1340518
kaylaadriannaParticipantHi! I have two requests for help
1. I’ve added some custom css to get a full width logo to show up in mobile, but I’m left with extra white space above and below the image. Can you help me with code to get rid of that?
2. Is there a way to change the menu items that are linked to the mobile hamburger icon?
Everything is perfect on desktop, but on mobile, I’d like to remove the topbar and have that menu appear when the hamburger icon is clicked. Is that possible?January 22, 2017 at 10:35 am #1340520
kaylaadriannaParticipantThis reply has been marked as private.January 22, 2017 at 10:52 am #1340530
ThaiModeratorHi There,
Please add the following CSS:
.x-nav-wrap.mobile .x-nav { background: rgba(0, 0, 0, 0.5); } @media (max-width: 979px){ .x-logobar-inner { padding: 0 !important; } .x-topbar { display: none; } }Let us know how it goes!
January 22, 2017 at 10:55 am #1340533
kaylaadriannaParticipantBrilliant! You guys really are the best. That fixed the spacing issue and hide the topbar ๐ Do you know if it’s possible to link a different set of menu items to the hamburger icon though?
January 22, 2017 at 11:12 am #1340544
ThaiModeratorDo you know if itโs possible to link a different set of menu items to the hamburger icon though?
Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
January 22, 2017 at 11:47 am #1340572
kaylaadriannaParticipantNo problem! Right now the menu icon leads to the primary menu I have set up on desktop (“Buy tickets” on the left, the logo in the middle and “Find tours” on the right). When the site switches over the mobile, I’d like the menu icon to link to the “topbar menu” I had set up (the one that shows up in the yellow topbar – “Home”, “Contact” “About Us” etc).
Would that be possible to do?
January 22, 2017 at 11:49 am #1340576
kaylaadriannaParticipantphoto for reference
January 22, 2017 at 12:35 pm #1340615 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1340518 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
