How to adjust featured collection heading to be in middle

How do I adjust the heading to be in the middle , it displays all the way to the left on DAWN theme
suki.com.au
pass - deucea

sukico.com.au sorry typed my website incorrect

Hi @JGBowie

Go to Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.

h2.title.inline-richtext.h1.scroll-trigger.animate–slide-in {

text-align: center !important;

}

this one didn’t work :confused:

Can you please try below if that was not working or let me know where you added the css
.collection__title {text-align: center !important;

}

this worked thank you !

1 Like

@JGBowie
If you find this helpful, please mark the answer as solution.