Staff List page

Support Area Forums Epic Staff List page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #15394
    ali wheeler
    Participant

    How can I set my staff list page to be full width with no side bar?

    Thanks
    Ali

    #15417
    Bill Robbins
    Participant

    Hello Ali,

    Great question. You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .tax-staff-group #content,
      .page-template-page-staff-php #content {
      	width: 100%;
      }
      
      .tax-staff-group #sidebar,
      .page-template-page-staff-php #sidebar {
      	display: none;
      }
      
    3. Update your settings.

    That should take care of it for you. If you run into any questions or trouble, just let me know,
    Bill

    #15489
    ali wheeler
    Participant

    Thanks bill. however, this doesn’t seem to have made any difference. Are there any other changes or settings I should make?
    Thanks
    Ali
    x

    #15491
    Bill Robbins
    Participant

    Ali,

    Any chance you could send over a link to your staff page so I can take a look at it for you?

    Thanks,
    Bill

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