- Here is the solution for you @misshan88
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (min-width: 750px) {
.collection-hero__title+.collection-hero__description {
width: 100% !important;
max-width: 100% !important;
font-size: 1.6rem !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

