Home › Forums › Teethy theme support › How to set template for Our Team section
- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by
Forum Moderator.
-
AuthorPosts
-
December 12, 2017 at 1:55 pm #89462
My website is www.manhattanbridgeortho.com
I am using SKT Toothy Pro, in the “Our Team” section, there is no option to select a page template. By default these pages are set to full page width. I am unable to change this to add left or right sidebars or no sidebars.Also, I only have 3 doctor “our team” pages and in the homepage “Meet Our Doctors” of my website, these 3 doctors not centered. It appears that you must have 4 team members for it to center.
Any help or advice would be appreciated.
December 13, 2017 at 5:37 am #89491Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.ourteam_col { width:31.50%;} .ourteam_col:last-child { margin-right:0;}
Regards,
ChrisDecember 13, 2017 at 4:39 pm #89569Thank you, this fixed the issue on the home page. My 3 doctors are now centered.
My other issue was that when editing a team member page the “our team” section, there is no option to select a page template, it is set to full width. I would like to set it to the “no sidebar” template so that there is some space on the left and right sides of the page.
Regards,
KalvinDecember 14, 2017 at 5:25 am #89591Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.archive .site-main { width:100%;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.