How to Center the Header Text in Certain Sections?

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

![long clean even burns|1679x833](upload://zEAniWZymwePhrAtunxHwMZUwiS.png) ![best selling collections|1809x879](upload://95JxPgX9xUFtRLnzUrz8yJLTQsO.jpeg)

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

A pleasure to help!

1 Like