Team Sidebar

Hello! First of all, I am loving this theme.

My question is…Can I change the Team vertical columns to ONE team member. I am essentially wanting to change the width of my team members columns and only introduce one team member at this time, since it is a one-man business at this time.

thanks!
elisabeth

Hi there,
Thanks for reaching out.
Relating to your question here, please add the following CSS code under the Appearance>Customize>Additional CSS section:

#team .widget_illdy_person:nth-child(1) {
width: 80%;
}

I hope this helps.
Best Regards,
Support.