Home Forums ArileWP Pro Team Member images not lining up. Reply To: Team Member images not lining up.

#26334
themearile
Keymaster

Hi Noah

Yes, please add the below CSS code in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

body.page-template-about-one .row.theme-team-content {
	-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

Let us know if it works for you.

Thanks