Staff List page
URL to the page in question:
-
How can I set my staff list page to be full width with no side bar?
Thanks
Ali
Hello Ali,
Great question. You can do that. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- 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;
}
- Update your settings.
That should take care of it for you. If you run into any questions or trouble, just let me know,
Bill
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
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
- The topic ‘Staff List page’ is closed to new replies.