Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373936
    carbon14
    Participant

    Hi. Is there a fix to get the Superfly mobile navbar to be fixed at bottom of page?
    My site: http://eksamenskoden.carbon14.no

    #1374505
    Rupok
    Member

    Hi there,

    Thanks for writing in! Yes that could be possible. You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 782px) {
    #sfm-mob-navbar {
    	bottom: 0 !important;
    	top: auto !important;
    }
    }

    Hope this helps.

    #1378712
    carbon14
    Participant

    thanks. but now the original menu space is still there in white. any fix for that. PS! I removed the code for now

    #1378892
    Jade
    Moderator

    Hi there,

    Please try this:

    @media only screen and (max-width: 782px) {
        #sfm-mob-navbar {
    	bottom: 0 !important;
    	top: auto !important;
    	position: fixed;
        }
    }

    Hope this helps.

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