Hi @MiguelMaya ,
You need copy that
@media only screen and (max-width: 990px) {
.header {
padding-left: 2rem !important;
padding-right: 1rem !important;
}
}
A user is attempting to migrate custom CSS code from their theme.liquid file to base.css but encountering issues with one specific snippet that controls icon positioning and margins.
The Problem:
Proposed Solutions:
<style> tags!important flags to the padding declarations to ensure they override existing stylesStatus: The discussion remains open with two responders offering similar solutions, but no confirmation yet on whether the fix resolved the issue.
Hi @MiguelMaya ,
You need copy that
@media only screen and (max-width: 990px) {
.header {
padding-left: 2rem !important;
padding-right: 1rem !important;
}
}