Debut: Vertically align Collections Title

Hi,

For some reason, my collections titles have all been pushed to the top, as pictured… is there a way to make it vertically centered between those two lines?

https://pineflora.com/collections/crystal-air-plant-holders-planters

Hi @pinefloraco ,
You need to do some code changes to fix this.
First open the shopify theme code editor and search for theme.liquid file. An once you have found it, follow the below step.
Just place the below code at the bottom of the theme.liquid file just before the closing body tag().

{% if template == 'collection' %}

{% endif %}

and your collection page title would look as shown in below image.

Thanks

Amazing – thank you so much!!

Thanks @pinefloraco
I am glad that I was able to fix your problem, do like my solutions as this motivates me to help others on the community.
Thanks