Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1275956
    Melissa437
    Participant

    Hi,

    I’ve been designing the site and it looks great on my imac BUT my client says its all off and terrible on her laptop…so clearly not working across screens. Could you please look into this and see where the problem lies..

    https://dolcelussocakes.mystagingwebsite.com

    Thanks so much!!!!xxxxx

    #1275988
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    The only thing I notice is the menu items moving down on smaller screen.

    http://screencast.com/t/Mi4hwuQYK

    We can make the mobile button appear earlier.

    You can add this in Custom > Edit Global CSS in the customizer.

    
    @media (max-width: 1210px) {
        .x-navbar .x-nav-wrap.desktop {
             display:none;
        }
    
    .masthead-stacked .x-btn-navbar {
        display: inline-block;
    }
    
    .x-navbar .x-nav-wrap.mobile {
        display:block;
    }
    
    .x-navbar .x-nav-wrap.mobile.collapse {
        display:none;
    }
    .x-navbar .x-nav-wrap.mobile.collapse.in {
        display:block !important;
    }
    
    }
    

    Hope that helps.

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