Upper Right – Mobile Menu Button

Here’s some custom css to make the mobile menu button appear in the upper right corner of a mobile device. Paste the code below in Settings > Code > CSS.

@media screen and (max-width: 800px) { .menu_stick { top: 0;bottom: auto; } .slideout.menu_btn { top: 20px; bottom: auto; } }

Was this helpful?