Boost your visitor mobile experience with this sticky menu navigation custom made for your Flatsome theme. No plugin needed, just import the pre-made UX Builder shortcode and CSS and modify the icons & links.
UX Shortcode
CSS
/*************** STICKY MOBILE MENU ***************/
.sticky-mobile-menu {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
}
.row-box-shadow-4-hover .col-inner:hover {
box-shadow: none;
}
Nguồn: https://www.sebdelaweb.com/flatsome-tutorial/create-a-sticky-bottom-menu-for-mobile/


