Archived topic
Blog post tittle position and breadcrumbs font and spacing
10 replies · Started by Dev on December 17, 2020
Hello,
I want to change the breadcrumbs fonts, like the ones below
I want my single post title to display in MIDDLE of the page. And want to lower the breadcrumbs space, please check the below screenshot link.
Hi there,
Feel free to link us to your site in the private information and we'll be happy to help with the necessary CSS.
Thanks!
Hello,
Is there an update on this ticket. I had already submitted my login details in private information.
Hi,
Can you follow this article?
https://docs.generatepress.com/article/using-the-premium-support-forum/
I don't see any information associated to this topic's private information box.
Let us know.
I added it earlier as well, but don't know how you didn't get it.
I have added it again please confirm with me once you get it.
Hello,
It's the third time I'm entering the details in the private box.
Did you get my details or not?
Please let me know.
Hi Dev,
Give this css a try:
.entry-header .rank-math-breadcrumb {
font-size: 14px;
text-align: center;
}
.entry-header .rank-math-breadcrumb p {
margin-bottom: 0;
}
.single-post .entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hello,
The title moved in the center, but breadcrumbs and meta information are still on the left side. Please see the below screenshot.
Hello,
Last time I clearly mention that I want META information also in the center, but you missed that in your CSS code.
Add this CSS to center the meta:
.single-post .entry-meta {
text-align: center;
}