Hi everyone,
How can i change the width of this text section, so it is being showcased on desktop in 3 rows.
Could you share the page URL containing that text block?
Yeah, we can’t help you without more info, like what theme it is and the store URL. If you can’t edit it using the theme editor, then you need to add a small snippet inside your CSS file, like:
.paragraph-class-wrapper {
max-width: 680px
}
Please add this code to Custom CSS of that section
.m-richtext__description {
max-width: 360px;
margin: 0 auto;
}