Archived topic
Can we make the title aligned center
7 replies · Started by nutt on May 10, 2019
Viewing posts 1–8 of 8
my web is
https://beecatstudio.com
img > https://www.picz.in.th/image/2019-05-10-220858.wEPrAP
[img]https://sv1.picz.in.th/images/2019/05/11/wEPrAP.png[/img]
Hi there,
try adding this CSS:
body:not(.single) .entry-title {
text-align: center;
}
Hi David
Thank you so much, it works well.
Glad to be of help.
One more question,
What about how to make the title align center in single page post?
Thank you
Try this:
.single .entry-header {
text-align: center;
}
Thank you soooooo much :)
You're welcome :)
This archived topic is closed to new replies.