Hello,
I tried to make modifications for "only screen and (max-width: 767px)" in css in child theme style.css but they effect also desktop css. How can I make changes in child theme to the "max-width: 767px" without changing the responsive.css file.
Please advice. Thanks!
Daniel
Comments
To make css changes only on mobile using child you can paste this example code in betheme-child/style.css file: Sometimes it's necessary to use the !important
Thanks!