hello, i am looking for a way or code to center these texts to align with the rest of my page which is centered. i am using a custom theme that i bought from etsy to further customize myself.
any and all help very appreciated!
https://atmosphaera.co


Spac-es
February 10, 2024, 2:41pm
2
Add this code in your base.css file:
h2#SectionHeading-template--15230243340366__4ee59cf8-b768-4d67-9797-4c81a9418299 {
text-align: center !important;
width: 100% !important;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
text-align: center !important;
}
Result:
1 Like
hey, worked like a charm. can’t thank you enough!
1 Like