Is there a way to change text margins for about page? Like I want the text to take up half the page instead of all of the page.
I want it to look like this?
Hi @BrentonLoui
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code > Assets
@media (max-width: 767px) {
.card-grid .card-grid__block .card-grid-card .card-grid-card__text { max-width: 13rem !important; }
}