For mobile and tablets break points start from 768px
- 576px (small)
- 768px (medium)
- 992px (large)
- 1200px (extra-large)
A user seeks to hide a wave graphic element that displays differently on mobile devices, wanting to replace it with a mobile-specific version.
Solution Provided:
base.css file via Online Store > Themes > Edit codedisplay: none inside a media queryTechnical Details:
Outcome:
The user successfully implemented the CSS code and confirmed the wave element disappeared on mobile. The issue is resolved.
For mobile and tablets break points start from 768px