Center Main Page Title

Hello,

How do I center the Main Page Title?

Thanks

Hi @joanyeb

It depends on what that element is, but guessing it is a h1, so try to add this code to the section’s Custom CSS setting

h1 {
    text-align: center;
}

If it does not work, please share a preview link of that theme

Hi @joanyeb , can you share a link to the page you want to adjust?

Thank you so much. I thought I had tried that before, but I must not have had it correct.