Full-Width Staff Page Template

Support Area Forums Agency Full-Width Staff Page Template

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #7796
    Jon Peterson
    Participant

    I am using the Agency theme and would like to list personnel in our group using the Staff Page feature of the theme. However, i would like our staff page to be like a full-width page (no sidebar). How can I do this?

    I tried adding class=”full” to the staff page template and deleting the get_sidebar command. These removed the sidebar and the sidebar content. However the width of the content wasn’t right. I have since reverted all of the css back to the default.

    The page I am referring to is: http://www.magpieconsort.org/singers

    #7804
    Bill Robbins
    Moderator

    Jon,

    Thank you for your business first of all and great question. You can change the width of the staff page. 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:
      
      .page-template-page-staff-php #page-right {
      	display: none;
      }
      
      .page-template-page-staff-php #content {
      	width: 920px;
      }
      
      .staff-details {
      	width: 685px;
      }
      
    3. Update your settings

    That will hide the sidebar on the staff page and make the content full-width to match. You can also add the CSS to the bottom of the style.css file if you’d like to edit the file instead.

    If you have any questions or trouble, just let me know.

    Enjoy your week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Full-Width Staff Page Template’ is closed to new replies.