How to move collection products title to the middle

hello

i want to move to the middle the collections title

how to do that ?

Hi @karlberg , Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

yes sure

https://www.karlberg.co.il/he/collections

if you will see.. the writing is on the left. i want to move it to the center

Hi @karlberg ,

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file β†’ Save

.full-unstyled-link {
    text-align: center !important;
}

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:

perfect. its working. thank you very much

1 Like

Hi @karlberg ,

We’re happy to see that our suggestion helped you solve the issue. Can you kindly give us a like?

This can be a reference for other merchants if they have an issue like you.

Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.

Thanks in advance :heart_eyes: