Center the tag line on the home page

Support Area Forums Epic Center the tag line on the home page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://church.haynesandrenee.com
  • Author
    Posts
  • #22772
    Haynes Cromartie
    Participant

    How to center the tag line on the home page that located above the menu?

    Regards,
    Thanks in advance.

    Haynes

    #22774
    Bill Robbins
    Moderator

    Hello Haynes,

    It is possible to make the tagline full width and then center the text in it. Here’s how you would go about that:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .outside #tagline {
      	clear: both;
      	float: none;
      	width: 100%;
      	text-align: center;
      	padding-top: 15px;
      }
      
    3. Update your settings.

    See if that doesn’t get you to where you want to go. Let me know if you have any questions or trouble.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Center the tag line on the home page’ is closed to new replies.