Tagged: x
-
AuthorPosts
-
June 19, 2016 at 10:07 pm #1049920
wyannrosalesParticipantHi I have a ubermenu and it has a gap between it and the body on mobile.
URL is http://omh.sgany help would be appreciated.
June 20, 2016 at 12:48 am #1050024
RupokMemberHi there,
It seems you have very large padding (top) for the first section. Let’s decrease that for expected result.
Cheers!
June 21, 2016 at 4:05 am #1052189
wyannrosalesParticipantwhen i do that my first section is hidden by the uber menu :(. Right now i have a problem where the same issue changes the vertical padding on the first section.
You may check the same url it’s the home page. on page load the padding looks ok (but actually css it’s too large which i did to compensate the menu blocking the first section) then when i scroll down and app the padding disappears which then hides a partial part of my section 1
URL is http://omh.sg
June 21, 2016 at 4:31 am #1052210
wyannrosalesParticipantas a temp fix i added a gap element first.
June 21, 2016 at 6:02 am #1052303
ChristopherModeratorHi there,
Would you please provide us with screen shot? I don’t see the gap even when I remove gap elements.
Thanks.
June 21, 2016 at 9:11 pm #1053653
wyannrosalesParticipantThis reply has been marked as private.June 22, 2016 at 2:16 am #1053874
ChristopherModeratorHi there,
I’m sorry but your screen shots didn’t upload, please resize them and upload again.
Thanks.
June 22, 2016 at 2:47 am #1053909
wyannrosalesParticipantHi! sorry, reattached.
June 22, 2016 at 6:06 am #1054124
ChristopherModeratorHi there,
Please remove gap element form section #1.
Hope it helps.
June 22, 2016 at 9:56 pm #1055636
wyannrosalesParticipantthere is no gap element 🙁 is that really the only support you can give? the url http://www.omh.sg/help is like the same problem. the slider changes the videos view (when it loads it shows the correct view but when we scroll down and back up again it crops the top) can you help me with that instead?
June 23, 2016 at 2:25 am #1055897
Paul RModeratorHi,
To fix it, you can add this under Custom > Edit Global Javascript in the Customizer.
jQuery(function($) { $(window).scroll(function(){ if($(this).scrollTop()<=0) { $('.x-navbar').removeClass('x-navbar-fixed-top'); } }); });Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1049920 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
