badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Team Page Layout

#28315

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!