How can I center the title 'TERMS AND CONDITIONS' on my page?

Could someone tell me how to centre the title “TERMS AND CONDITIONS”? I want it to be centre on the page.

Shop link: https://c1e46d.myshopify.com/pages/tos

Hi @suoshie ,

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

{% if template contains 'page' and page.handle == 'tos' %}
      
    {% endif %}

I hope it would help you
Best regards,

Richard | PageFly

it works thank you! Also do you know how i could make it a bit lower?

Hi @suoshie ,

You can use below code before in theme.liquid file:

{% if template contains 'page' and page.handle == 'tos' %}
      
    {% endif %}

I hope it would help you
Best regards,

Richard | PageFly