hi,
In my custom css file there is an error showing here: https://screencast.com/t/LAs3pxbKV
When I remove this CSS
/* make category description less wide */
@media only screen and (min-width: 1201px){
.tax-product_cat .read-more-wrap {
max-width: 75%;
margin: auto;
}
@media only screen and (max-width: 1200px){
.tax-product_cat .read-more-wrap {
max-width: 85%;
margin: auto;
}
}
Which I need to control the width of some content.
But I am wondering if the error is a false negative?