Centering wording on page in paragraph section

Can someone please tell me what I need to enter in coding to get the wording to center on the page in the paragraph section under collections. TIA

1 Like

That didn’t work. I am using Dawn theme. Thank you in advance for your help.

1 Like

This is what I see after inspecting and it is still not centering…

@cvette

Try this code in that section (collection hero), Custom CSS setting

@media screen and (min-width: 750px) {
    .collection-hero__title+.collection-hero__description {
        margin-left: auto;
        margin-right: auto;
    }
}

1 Like

That Worked …Thank you!

1 Like