How can i align "privacy policy" to the middle?

website URL: www.emotionaldebt.net

1 Like

@emotionaldebt22 - please align it in the middle with page description options, unfortunately page do not have any separate class or id , hence if we put any css, it will affect all elements.

Please add below css code in bottom of assets/base.css file

.page-width–narrow h1.main-page-title {

text-align: center;

}

Thank you.

1 Like