[Resolved] Blog post tittle position and breadcrumbs font and spacing

Home Forums Support [Resolved] Blog post tittle position and breadcrumbs font and spacing

Home Forums Support Blog post tittle position and breadcrumbs font and spacing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1584265
    Dev

    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

    #1584749
    Tom
    Lead Developer
    Lead Developer

    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!

    #1585190
    Dev

    Hello,

    Is there an update on this ticket. I had already submitted my login details in private information.

    #1585211
    Elvin
    Staff
    Customer Support

    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.

    #1585215
    Dev

    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.

    #1585252
    Dev

    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.

    #1585256
    Ying
    Staff
    Customer Support

    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/

    #1585281
    Dev

    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

    #1585324
    Ying
    Staff
    Customer Support
    #1585337
    Dev

    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

    #1585556
    David
    Staff
    Customer Support

    Add this CSS to center the meta:

    .single-post .entry-meta {
        text-align: center;
    }
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.