Tagged: x
-
AuthorPosts
-
July 9, 2016 at 10:14 am #1079359
RustyWoodParticipantHi, not sure why but I seem to be having a problem scrolling the menu on mobile ..
Tested it on the iPhone 5 in Safari and Chrome.
Appreciate any ideas why this is happening.
pace9.com
ThanksJuly 9, 2016 at 12:07 pm #1079437
ThaiModeratorHi There,
To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar .mobile .x-nav { max-height: 500px; overflow-y: auto; }Hope it helps 🙂
July 9, 2016 at 12:24 pm #1079447
RustyWoodParticipantThanks Thai,
I usually add all CSS to the X – Child Theme: Stylesheet (style.css) is that the same as placing it inthe Customizer > Custom > Global CSS: this hasn’t fixed the problem! I can see the page scroll behind the menu on the iPhone but the menu itself will not scroll.
Thanks again.
July 9, 2016 at 11:41 pm #1079868
RadModeratorHi there,
It’s intentionally disabled on mobile because layout in mobile is more on vertical. Which means, the total height of the menu can be greater than the height of the device. If you’ll let your menu move as it scroll (fixed positioning), then there is no way for your visitor to click the menu items that happened to be outside the device height.
If I misunderstood it then please provide a video recording. I’m not getting any issue on mobile.
Thanks!
July 10, 2016 at 4:54 am #1080032
RustyWoodParticipantHi no worries, just stripped out all the custom css.
Looks like I had something in there that was interfering with the menu. I’ll run though it and check what was causing the problem. Sorry to hassle you I usually do strip the CSS first before asking for help!One thing I am having a problem with is mobile menu I have the hamburger with the word menu next to it
a.x-btn-navbar:after{ content: "Menu"; }on the iPhone 5 portrait the button is pushed down by the logo, I would like the logo and menu to be on the same line.
Thanks again
July 10, 2016 at 4:59 am #1080035
ChristianModeratorPlease add the code below in your Appearance > Customize > Custom > CSS
@media (max-width: 320px) { .x-brand { max-width: 150px } }Hope that helps. 🙂
July 10, 2016 at 5:52 am #1080060
RustyWoodParticipantPerfect.. 🙂 thanks Christian.
July 10, 2016 at 6:11 am #1080072
ChristianModeratorYou’re welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1079359 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
