How can I align rich text to the right on all pages using dawn theme?

Could anyone assist me with aligning rich text to the right on all pages? I’m using dawn theme. Thank you for your help!

Hi @shenzang ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-rich-text.css->paste below code at the bottom of the file:

@media (min-width: 750px) {
.rich-text--full-width .rich-text__blocks {
    width: 100%;
    max-width: 100%;
}
}

.rich-text--full-width .rich-text__blocks {
    text-align: right !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like