Center Staff members & page title

Support Area Forums United Center Staff members & page title

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://servingyourpurpose.com/meet-the-beshears/
  • Author
    Posts
  • #19568
    Ashley Davis
    Participant

    Hey Bill,

    I only have two staff, so on the staff page they are pushed to the left, with what looks like an empty staff spot. Is there any way to center them? If so, I’d love to center the Title too.

    Thanks again!
    Ashley

    #19571
    Bill Robbins
    Moderator

    That should be possible. Give this a try:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .staff-list {
      	text-align: center;
      }
      
      .tax-staff-group article.type-staff,
      .page-template-templatespage-staff-php article.type-staff {
      	float: none;
      	display: inline-block;
      }
      
    3. Update your settings.

    Let me know if you run into trouble.

    Take care,
    Bill

    #19581
    Ashley Davis
    Participant

    You’re awesome! Thanks Bill!

    #19582
    Bill Robbins
    Moderator

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Staff members & page title’ is closed to new replies.