Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1049920
    wyannrosales
    Participant

    Hi I have a ubermenu and it has a gap between it and the body on mobile.
    URL is http://omh.sg

    any help would be appreciated.

    #1050024
    Rupok
    Member

    Hi there,

    It seems you have very large padding (top) for the first section. Let’s decrease that for expected result.

    Cheers!

    #1052189
    wyannrosales
    Participant

    when 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

    #1052210
    wyannrosales
    Participant

    as a temp fix i added a gap element first.

    #1052303
    Christopher
    Moderator

    Hi there,

    Would you please provide us with screen shot? I don’t see the gap even when I remove gap elements.

    Thanks.

    #1053653
    wyannrosales
    Participant
    This reply has been marked as private.
    #1053874
    Christopher
    Moderator

    Hi there,

    I’m sorry but your screen shots didn’t upload, please resize them and upload again.

    Thanks.

    #1053909
    wyannrosales
    Participant

    Hi! sorry, reattached.

    #1054124
    Christopher
    Moderator

    Hi there,

    Please remove gap element form section #1.

    Hope it helps.

    #1055636
    wyannrosales
    Participant

    there 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?

    #1055897
    Paul R
    Moderator

    Hi,

    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.

  • <script> jQuery(function($){ $("#no-reply-1049920 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>