Skip to content

Commit 2017972

Browse files
committed
Fix menu position while admin bar is on
1 parent 6772353 commit 2017972

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

themes/osi/assets/scss/_6_components.header.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
}
1212
.admin-bar {
1313
.header-main.header-main-small {
14-
top: 46px;
14+
top: 32px;
15+
@media only screen and (max-width: 782px) {
16+
top: 46px;
17+
}
1518
}
1619

1720
}

themes/osi/style.css

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)