centering page heading (titles)

Support Area Forums Elite centering page heading (titles)

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #15627
    Joseph Jaramillo
    Participant

    Hey I’d like to move the page/post titles to the center if possible. Thanks Bill!

    #15637
    Bill Robbins
    Moderator

    No problem. Add this snippet to the Custom CSS box that’s in the Advanced tab in your Theme Options page:

    
    .page-title,
    p.post-meta {
         text-align: center;
    }
    

    That should center the titles and the meta lines below them too. Let me know if you run into any trouble.

    #15724
    Joseph Jaramillo
    Participant

    Hey Bill this worked exactly like I needed it to, thanks! I’d like to do the same with the home page “Home Block – Page Content” widget. Thanks again for all your help!

    #15726
    Bill Robbins
    Moderator

    That widget is actually a bit easier. Inside the visual editor there are text align buttons that you can use to center the text in your page. That will be carried over into the widget on the front of your site for you. To center the title, just skip the title that’s part of the widget and add one to your page content.

    Have a great weekend,
    Bill

    #15728
    Joseph Jaramillo
    Participant

    I added a text widget with the following in the body:

    COLLECTION

    Not sure if it’s the best way to go but it’s working. Have a great weekend and thanks for all your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘centering page heading (titles)’ is closed to new replies.