Reply 191909 to: Making the text content on Category page smaller less width

Avatar: Rose Tyler
Rose Tyler
Support staff
April 25, 2018 at 08:05

Hello,

Thanks for the reply.
Because of responsive, the description may look a bit different on different screen resolutions. In this case, you can change

.tax-product_cat .read-more-wrap {
    max-width: 79%;
    margin: auto;
}

to

@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: 95%;
    margin: auto;
}
}

Let me know result.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.