Left align text only for GDPR page

Hi there everyone

Im working at a page for a client while using the Dawn Theme. I need to adjust the rich text and align it to the left only for this specifik page.

https://tattooole.dk/pages/gdpr-personal-data

Can anyone help me with this?

You can add a class page-{{page.handle}} to body and style according to that class

Hey @DanijelRistic
Moeed is here to help you out today!
From your Coding, open the theme.liquid file and place this code before


If this helps you then don’t forget to Mark it as Solution!

Hi there Moeed, the code works, but its behaviour is on the full page, is there a way to only make it a specifik page?

Sincerely Danijel

Hi @DanijelRistic

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.liquid->paste below code before :

{% if page.handle == 'gdpr-personal-data' %}

{% endif %}

I hope it would help you
Best regards,

Kate | PageFly

1 Like

Hi Kate.. :slightly_smiling_face:

Ty so much this helped out alot, and works perfectly.. :slightly_smiling_face:

1 Like