On our default collection page in Craft 2.0, the theme does not provide options for alligning the header and sub-header. We want our header and sub-header centered on the page on all devices.
I already added this code to center the header (thanks to the posters of this code in the following thread):
Specifically, this is the code that I added to the base.css file.
.collection-hero h1.collection-hero__title {
text-align: center !important;
}
The code worked beautifully; however, I also need the text under the header centered as well. Here is an example collection where the text under the header is not centered:
Hi Lucas, I’m having the same issue centering the collections text on my Shopify store using the Craft theme. I’ve tried adding this code to the base.css as well as a number of other .css codes to no avail. This is the website: https://treehoodies.com/collections/all. Any help resolving this would be greatly appreciated. Thanks!