Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1124264
    justincourage
    Participant

    So I finally got a custom menu setup with UberMenu.

    I’m applying my menu to individual pages and posts by using a shortcode in a text element in x-section-1. It works great on the desktop, but I do not see the responsive menu on my mobile. Do you know how I can make it appear?

    In the UberMenu settings I do not have Responsive Menu disabled, it is enabled.

    I also have the ubermenu fixed to the top of the page so it doesn’t disappear. Here is the code I’m using:

    .ubermenu {
    position: fixed;
    width: 100%;
    }

    Should I be adding something for mobile responsive menu? Thank you.

    The url is http://www.carakuulei.com/test

    #1124514
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please remove this custom CSS or make it more specific on your cornerstone settings.

    #x-section-2 {
        position: fixed;
        top: 0;
    }

    Let us know how it goes.

    Cheers!

    #1149791
    justincourage
    Participant

    thanks. The only thing with removing that CSS is that then my image in section 2 won’t stay fixed, and I want it to stay fixed

    #1149996
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To resolve this issue, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    @media(max-width: 979px){
      #x-section-1 {
        margin: 0 !important;
      }
    }

    Please let us know how it goes.

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