Tagged: page-title h1, wowsome
Hi, does anyone know how to get the h1 page title centered? I have tried .page-title-wrap h1.page-title {text-align:center;} and others but no joy? (Also !important)
Any tips welcome, many Thanks
Hi Anthony,
Add below custom css code to align the page title in center
.page-title { float: none; text-align: center; }
Thank you!