In regular X - looking to add custom css per screen size to make small adjustments to placement of logo and mobile button - essentially the top margin. I believe that once the Cornerstone options are going to have differnt setting per break point that will be built in, but for now, assuming custom CSS is the way to go. Just not sure exactly how to set it up - something like…
@media (min-width: 979px) {
.x-brand img {
margin-top:-20px;
}
}
@media (min-width: 767px) {
.x-brand img {
margin-top:-15px;
}
}
Just not sure how to set up the 5 breakpoints, and whether to use min-width or max-width?
Site dealing with: https://www.klaschoolsaventura.com/