This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
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?
So insert a new bracket?
Yes, close this media query – https://prnt.sc/jgfxfa
Let me know result.
Regards
You must be logged in to reply to this topic.Log in/Sign up