Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #607188

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar-inner {
        min-height: 110px;
    }

    Hope this helps.

    #607231

    FabioW
    Participant

    Hello

    This doesn’t change it. When clicking on the menu item the page should scroll further down to avoid the gap between the section’s top and the viewport (the white space on the attached image).

    #607450

    Rad
    Moderator

    Hi there,

    Please add this code at Admin > Appearance > Customizer > Custom > Javascript.

    jQuery( function($) {
    
    $('.x-nav-wrap.mobile ul > li > a[href^="#"]').on('click touchend', function( e ) {
          
          e.preventDefault();
          $('html,body').stop().animate({scrollTop: $( $(this).attr('href') ).offset().top },700);
    
    } );
    
    } );

    That should do it 🙂

    Cheers!

    #608034

    FabioW
    Participant

    Awesome! That’s it, all problems solved. Thanks for your great support!

    #608095

    Paul R
    Moderator

    You’re welcome and thank you for your kind words. 🙂

    #612520

    satripat
    Participant

    my mobile menu are not visible is the theme responsive or not??
    domain name– collmissionstats.com

    sambit tripathy

    #612534

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .x-btn-navbar, .x-btn-navbar.collapsed {
        color: red;
        z-index: 1050;
        margin-right: 40px;
    }
    .x-btn-navbar.collapsed:hover {
        color: #000;
    }

    Hope that helps.

    #711591

    bryceplatt
    Participant
    This reply has been marked as private.
    #711881

    Rad
    Moderator

    @bryceplatt, Your menu isn’t working because of missing javascript. Please install cornerstone at Admin > Addons > Extensions. That should fix your menu.

    Thanks!

    #716365

    bryceplatt
    Participant
    This reply has been marked as private.
    #716633

    Rad
    Moderator

    Hi there,

    Your site’s mobile menu works perfectly fine on my end. It could be just a cache at your end. Please clear your mobile browser’s caches.

    Thanks!

    #746389

    recycled
    Participant

    I have the same issue – can not see the cornerstone plugin in the extensions folder? I am at http://recycledinteriors.org/ and also http://helenedwardscreates.org/

    #746701

    Nico
    Moderator

    Hi There,

    Thanks for writing in @ecycled.

    Would you mind opening a new thread then share us your admin credentials and FTP so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.

    #835759

    ockertg
    Participant

    Same issue for me. Cornerstone is installed, but menu does not work on mobile.

    https://www.911fireextinguishers.com/

    Any ideas?

    Thanks

    #835774

    Christopher
    Moderator

    Hi there,

    You haven’t installed CS yet, please install it from X Addons -> Extensions, clear cache and check again.

    Thanks.