Site logo

Archived topic

Blog post tittle position and breadcrumbs font and spacing

10 replies · Started by Dev on December 17, 2020

Viewing posts 1–11 of 11

Hello,

I want to change the breadcrumbs fonts, like the ones below

https://prnt.sc/w4pz6b

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.

https://prnt.sc/w4q3m4

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.

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.

http://prnt.sc/w54sn5

Hello,

Last time I clearly mention that I want META information also in the center, but you missed that in your CSS code.

https://prnt.sc/w56r0i

Add this CSS to center the meta:

.single-post .entry-meta {
    text-align: center;
}
This archived topic is closed to new replies.