No worry follow this:
<style>
@media screen and (min-width: 768px) {
.your_class{ margin-left: 40px !important; }
}
</style>
Add this in theme.liquid at end of file before
Send me store url so i can check if not work
Topic: Applying a desktop-only CSS style to a specific text via media query.
Key guidance:
Notes:
Developments:
Status: Unconfirmed resolution; likely solvable with correct selector, placement, and specificity.
No worry follow this:
<style>
@media screen and (min-width: 768px) {
.your_class{ margin-left: 40px !important; }
}
</style>
Add this in theme.liquid at end of file before
Send me store url so i can check if not work