[Resolved] Center Page Titles

Home Forums Support [Resolved] Center Page Titles

Home Forums Support Center Page Titles

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #76869
    Troy Chapman

    When I create a new page, how can I get the title of that page to be formatted to place the title in the center instead of the title being formatted to the left?

    The other information in my pages is centered, and the title to the left does not look correct.

    #76994
    Tom
    Lead Developer
    Lead Developer

    You could try some CSS like this:

    .page .entry-header {
          text-align: center;
    }
    #77033
    Carlos Paramio

    Very interesting

    I have used it to center footer widgets titles

    .footer-widgets .widget-title {
          text-align: center;
    }

    Look mom! I’m learning! ๐Ÿ™‚

    #77199
    Troy Chapman

    Thanks Tom, where do I enter the CSS code?

    #77212
    Troy Chapman

    Nevermind, I see the Simple Custom CSS plugin that Tom recommends. The code worked great thanks so much!

    #77292
    Tom
    Lead Developer
    Lead Developer

    Glad it worked! ๐Ÿ™‚

    #1671354
    Rostyslav

    Hello!

    I used this code to ilign the title but it just works in desktop view:

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

    How can I fix it for tablet and mobile?

    #1671375
    Elvin
    Staff
    Customer Support

    Hi Rostyslav,

    Can you open up a new topic for this? So you could use the private information text field to link us to the site information if you wish to keep it private. Thank you.

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