Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1165092
    Jonathan H
    Participant

    Really like the Uber Menu integration, I have now added Uber Menu into my site, but whatever I try it is always in the open state on tablet or mobile devices. I am keen to add more features to it but am stuck on this.

    Can I send you a login to take a look https://www.drive.co.uk

    I also have an issue with the padding on the side of my site in portrait mode on mobiles, the text us right up against the edge.

    Look forward to hearing from you

    Jonathan

    #1165753
    Lely
    Moderator

    Hello Jonathan,

    Please go Appearance > Ubermenu > Responsive & Mobile > Collapse by default: Please tick the checkbox for this

    There is a conflict with WP Estimation Form plugin. Please add this on Appearance > Customize > Custom > Edit Global CSS

    @media only screen and (max-width: 480px){
    .x-container.max.width {
        width: 90%!important;
    }
    }

    The plugin set this to 100% that’s why the content is from edge to edge.

    Hope this helps.

    #1166105
    Jonathan H
    Participant

    Hi,

    Great found the setting for the menu, now fixed, thanks.

    Have added the CSS for the portrait mobile site width but it seems to not be correcting the issue, I notice there is also an issue now with the breadcrumbs not showing and creating a white horizontal line under the header on the posts and above the menu on some pages, ideally I want the breadcrumbs to work.

    Thanks

    J

    #1166358
    Paul R
    Moderator

    Hi,

    Please change the css code to this.

    
    @media (max-width: 480px){
    body .x-container.max.width {
        width: 90%!important;
    }
    }
    
    

    With regards to breadcrumbs, can you provide us a screenshot showing the issue.

    Thanks

    #1166372
    Jonathan H
    Participant
    This reply has been marked as private.
    #1166379
    Jonathan H
    Participant
    This reply has been marked as private.
    #1166792
    Jade
    Moderator

    Hi Jonathan,

    This is how the breadcrumb looks like on responsive view on my end:

    I can’t seem to see the white line that you mentioned. Would you mind specifying it as I might have missed it when I checked.

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