For example, change the color of “add to cart” button, which only changed on the desktop… same happened when I reduced padding of the alternative section. It only works on the desktop view.
I checked and your code is included inside ‘@media only screen and (min-width: 750px) {’ so when you add new code it will only work on desktop and tablet, not mobile.
If you want it to work for all devices, please remove this:
After using this code, all my work in my base.css was destroyed. I was unable to revert back, and now my mobile version of my site is completely ruined! To anyone reading this, please do not delete this line of code in your css.