Change alignment of paragraph in Rich text, and keep the title, andbuttons centered.

POTLA
Visitor
2 0 1

Hey! 

I'm trying to align the paragraphs of these long paragraphs at the beginning of https://www.potstudiola.com/pages/about. I tried creating a new rich text section, but I failed since it changed the styling of regular rich text.

Any ideas to change it? 

Many thanks for considering my request.

Reply 1 (1)

PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @POTLA .

 

This is PageFly - Advanced Page Builder.

 

You can go to Online store => themes => actions => edit code  and add this code on file base.css

 

.rich-text__text rte{
text-align: start;
}


Hope this helps.

Best Regards;

Pagefly