Hello @Verterra
Go to online store ---------> themes --------------> actions ------> edit code-------> search—> assets -----> component-collection-hero.css -----> line number 71
search this code
.collection-hero__title + .collection-hero__description {
font-size: 0.8rem !important;
text-align: center !important;
margin-top: 1rem;
margin-bottom: 1.5rem;
padding-left: 5 rem !important;
padding-right: 0 rem;
max-width: 100% !important;
}
}
and replace with this code.
.collection-hero__title + .collection-hero__description {
font-size: 0.8rem !important;
text-align: center !important;
margin-top: 1rem;
margin-bottom: 1.5rem;
padding-left: 5 rem !important;
padding-right: 0 rem;
max-width: 100% !important;
}
}
the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
