Replies: 1 comment 3 replies
-
I took the time and fiddled around, and yes, it's possible: @media (min-width: 76.25em) {
.md-header__button.md-logo {
position: absolute;
top: 0;
margin-left: -4.4rem;
}
.md-header .md-grid {
padding-left: 4.8rem;
}
.md-header__button.md-logo svg {
height: 3.6rem !important; /* <-- see comment below */
}
.md-header__title {
margin-left: .8rem !important; /* <-- see comment below */
}
} Result: It doesn't look very nice with our logo, though, but might work for others. Note that I used Also note that for this to work, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone got a way to possibly make this below possible? I want to make the header logo bigger and move it to the number 2. I tried a couple CSS modifications w/ Partials but, cant seem to get it correct. Pretty much using most defaults. Any help is appreciated.

Beta Was this translation helpful? Give feedback.
All reactions