Center content (article) title

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 19, 2014 9:05 pm
Reply with quote
Report this post
How to align center the Content /article/ title text? pls help
center_article_title1.jpg
User avatar
Senior Boarder

GK User
Thu Jun 19, 2014 10:47 pm
Reply with quote
Report this post
Hello,

Please add the following code in any CSS file at the end:

Code: Select all
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;
}
User avatar
Administrator


cron