Created
March 12, 2025 16:38
-
-
Save esedic/56cd168d920a2d07b0fb17c7b7d495ce to your computer and use it in GitHub Desktop.
Yootheme - Display Toolbar on Mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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