[Resolved] Center Title tag for category headings?

Home Forums Support [Resolved] Center Title tag for category headings?

Home Forums Support Center Title tag for category headings?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1319173
    Asiya

    Can I center the Title tag for my category headings: https://byasiya.com/category/recipes/

    #1319424
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS:

    .entry-header .entry-meta {
        text-align: center;
    }

    Change it to:

    .entry-meta {
        text-align: center;
    }
    #1319435
    Asiya

    This centered the Title of the individual post-
    Im asking about the tags above: https://byasiya.com/tag/compassion/
    For example on the page above the word compassion.

    #1319665
    Leo
    Staff
    Customer Support

    Try this:

    .generate-columns-container .page-header {
        text-align: center;
    }
    #1319666
    Asiya

    THANKS LEO! You are amazing.

    #1319691
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.