How to change collection title position to be above the image?

Hi, I need the title position of the collections to appear above the images on both desktop and mobile as shown in the screenshot. By default they appear below :confused:

Thanks in advance,

Lucas!

1 Like

Hi @cuinatialplat1
Could you share your store URL?

Hello,

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hey @cuinatialplat1

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello Haxxan thanks for the quick response! You mean Card-collection.liquid right? I am not sure which text i need to copy exacly and where to place it… Isn’t there a snippet of code that I can add have the text above the image?

1 Like

https://cuinat-i-al-plat-a-casa.myshopify.com/

Here it is. I need a snipped of code that ai can paste so the text goes above the image. Thank you!

https://cuinat-i-al-plat-a-casa.myshopify.com/

I need a snipped of code that ai can paste so the text goes above the image. Thank you!

https://cuinat-i-al-plat-a-casa.myshopify.com/

Thank you!

Hi @cuinatialplat1

Please add this code to your base.css file to do it

.collection-list .card { flex-direction: column-reverse !important; }

1 Like

Thank you so much!

Happy I could help :heart: