How to centre the title text in header

  • Author
    Posts
  • #6207
    Matt

    Is there a way to centre the title text? Maybe with Custom CSS?
    I only found the option to center the image, but would like to center the title text.

    • This topic was modified 11 years ago by Zed. Reason: fixed formatting
    #6232
    Zed
    Cryout Creations mastermind

    This custom CSS should do the trick:
    #site-title {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    }

    This will only align the title, not the tagline as well.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #6257
    Matt

    First of all: Thank you! My title is centered now 🙂

    But the text under it still is at the left site… I thought this belongs together.
    How can i center this too?

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to centre the title text in header’ is closed to new replies.