Skip to content

Instantly share code, notes, and snippets.

@esedic
Created March 12, 2025 16:38
Show Gist options
  • Save esedic/56cd168d920a2d07b0fb17c7b7d495ce to your computer and use it in GitHub Desktop.
Save esedic/56cd168d920a2d07b0fb17c7b7d495ce to your computer and use it in GitHub Desktop.
Yootheme - Display Toolbar on Mobile
// YOOtheme > SETTINGS > Custom Code > CSS/LESS:
@media(max-width: @breakpoint-medium-max) {
.tm-toolbar.uk-visible\@m {
display: block !important;
order: -1;
}
.tm-page {
display: flex;
flex-direction: column;
}
.tm-header-mobile.tm-header-overlay {
top: 44px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment