I am trying to find a code to add that will center the Heading for the Collection List for the Sense theme. I was able to find a code to do the “Featured Collection” but can’t seem to find one that will successfully center the heading for the Collection List. Right now the default is to the left.
Hi @Dajuanna1 ,
Could you share your store URL?
Hi,
Is this what you need? https://shopthecozyturtle.myshopify.com/admin/themes
Sorry. I’ve disabled the password. You should be able to view it now.
There was a code I found in another discussion thread that I put at the bottom of base.css that worked perfectly for my Featured Collection heading, just not my Collection List (I renamed it Shop Our Products).
I am facing the same problem. May I ask what code worked for you to paste in the base.css?
I had to do another post to find the answer.
But here is the code that I was told to put at the bottom of the base.css. It worked.
.title-wrapper-with-link {
align-items: center;
justify-content: center;
}
