How to align center the Content /article/ title text? pls help
article header h1 {
text-align: center;
}
article.item-page ul:not(.pagenav) {
text-align: center;
}
article.item-page ul:not(.pagenav) li {
display: inline-block!important;
float: none!important;
}