It really depends how you want to style, this is a very fast example:
@media (min-width: 767px) {
header.site-header>.wrapper,
header.site-header>.wrapper * {
max-width: none;
width: 100%;
}
header.site-header>*:first-child img {
max-width: 250px;
}
header.site-header>*:nth-child(2) {
max-width: 100%;
width: 100%;
img {
max-width: 140px;
}
}
header.site-header {
padding: 10px 0;
max-width: 1060px;
margin: 0 auto;
h1 {
line-height: 1.7em;
}
}
}
To be added at the end of theme.scss
User | Count |
---|---|
23 | |
23 | |
13 | |
13 | |
11 |