how to center titles

Support Area Forums Epic how to center titles

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://middletownspringscommunitychurch.org
  • Author
    Posts
  • #35304
    Stan Achey
    Participant

    All of my titles are left justified. Is there a way to center them?

    #35305
    Bill Robbins
    Moderator

    Good Evening Stan,

    Are you wanting to center page titles, widget titles or something else? Let me know and we’ll go from there.

    Thanks,
    Bill

    #35306
    Bill Robbins
    Moderator

    For all of them, add this to the Custom CSS box in your theme option’s page:

    
    .title,
    .widget-title {
    	text-align: center;
    }
    

    Save your changes and that should center align your titles.

    Take care,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to center titles’ is closed to new replies.