Center title

Hello,

Someone could help me how to center title in this section pls :slightly_smiling_face:

www.kudokid.com

Hi @elise1 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hello @elise1

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.distance .d-md-flex.align-items-center.mb-40.text-center.text-md-left { justify-content: center !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.