Hi,
I’m using the Dawn 2.0 theme.
I would like to align to the left the body text of the ‘rich text’ section, and keep the header in the middle.
https://wortheattt.myshopify.com
See screenshot:
How can I solve it?
Thanks!
Hi,
I’m using the Dawn 2.0 theme.
I would like to align to the left the body text of the ‘rich text’ section, and keep the header in the middle.
https://wortheattt.myshopify.com
See screenshot:
How can I solve it?
Thanks!
Please add below css in bottom of assets/section-rich-text.css file
.rich-text.rich-text–full-width {
text-align: left;
}
@media screen and (min-width: 990px)
.rich-text__blocks {
max-width: 100rem;
}
Thank you.
Thanks, but it makes the header also to align to the left. I need only the body text to align to the left, as shown in the screenshot I shared with my post.
Anyone?
Try adding the following code in assets/section-rich-text.css file:
.rich-text__text {
text-align: left;
}