Themer Sticky Menu Mobile

Make sure the row  that the header is in is set for all devices

 

Add in the below CSS…

/* Allow Sticky Header */
@media (max-width:991px) {
	header[data-type="header"]{
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}


	.admin-bar header[data-type="header"] {
		top: 32px;
	}
}

Ajust the rows spacer height accordingly to the height of the menu navigation.