September 16, 2015 at 5:26 am
#28315
Theme Horse Support Team
Keymaster
Hi Sarah,
To have the our team in 2 column with center align. Login to your WP Dashboard and go to Appearance > Customize > Ambition Theme Options > Custom CSS then paste the following CSS code on it and Click on Save & Publish button:
.widget_our_team .one-fourth {
text-align: center;
}
.one-fourth {
width: 47.4%;
}
Thank you!