How can I justify text on a specific page in my online store?

Hello guys,

I need your help again.

My shop is Duftzauber.shop and the password is iacria.

I want to make the text on the about us (über uns)-page justified. But only on this page. I could not find the specific .liquid file, could you help me?

Thanks a lot!

1 Like

Hello @Schnevski ,

It’s GemPages support team and glad to support you today.

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before

{% if page.handle == 'uber-uns' %}

{% endif %}

For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

@Schnevski

yes, please add this code

  1. Go to Online Store->Theme->Edit code
    2.Open your theme.liquid theme file
  2. Paste the below code before
{% if page.handle == 'uber-uns' %}{% endif %}