Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333906
    mrsnooch
    Participant

    Hi there,

    I run Shiftnav for my mobile devices, but not sure if this is a theme issue or a Shiftnav issue..

    If you visit http://bigrockdesigns.badwolfproductions.co.uk on a mobile device (I’m using an iPhone 6S) the site and menu loads without issue. However if you try and scroll up – either from when the site loads of after doing some scrolling – you will see that a new additional area of white space appears and increases the padding between the menu and ‘Computer Training Consultants’ image/text.

    I have tried disabling top bar and the header widgets to see if this was an underlying issue, but this didn’t affect things.

    Do you know if this is a theme issue?

    I’ll include login details below.

    Many thanks
    Mark

    #1333908
    mrsnooch
    Participant
    This reply has been marked as private.
    #1334026
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Please try to add this in your Customizer > Custom > CSS:

    @media (max-width: 979px)
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        display: none;
    }

    Adjust the max-width to where you want to execute the code.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1334035
    mrsnooch
    Participant

    Hi,

    This doesn’t seem to have made a difference, I drag down and the white area appears and then sticks.
    M

    #1334197
    Jade
    Moderator

    Hi there,

    Please try this code:

    @media (max-width: 979px) {
        body.x-navbar-fixed-top-active .x-navbar-wrap {
            display: none;
        }
    }

    Hope this helps.

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