Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1106818
    Paul R
    Moderator

    Hi,

    I can’t replicate the issue non my end.

    Please clear your browser cache in your tablet and check again.

    Thanks

    #1106868
    isearchlocal
    Participant

    hi, yes ive just done that and its 100% still there?

    maybe its the width? is there a way i can change the breakpoints? so that when you get to a certain width the display go’s mobile?
    because even though its in portrait mode, and as you can see from the image attached the width isn’t much at all. but it is still showing the desktop version?

    Thank you

    #1107014
    Joao
    Moderator

    Hi There,

    Since the thread is quite long already please provide detailed information about what and how you would like to change.

    I Checked yout website and didn“t notice anything, also it looks good on your picture above.

    Please provide more detailed info so we can help.

    Thanks

    Joao

    #1107044
    isearchlocal
    Participant

    Joao, please read the previous reply of mine.

    For more clarity see the image attached.

    It is basically the green nav bar button which shouldn’t be visible on tablet or mobile… i have highlighted it on this image for you. again.

    thank you

    #1107407
    Nabeel A
    Moderator

    Hi again,

    You can use the following code to hide the button in both landscape and portrait mode of your iPad:

    @media (min-width: 1024px) and (max-width: 1024px) {
      li.menu-item-10 {
        display: none !important;
      }
    }
    @media screen and (max-width: 768px){
      li.menu-item-10 {
        display: none !important;
      }
    }

    Ket us know how this goes!

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