WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Teamsection and Department Area

#45085
Grace Support
Keymaster

Hi,

To display the Team Member section in center align
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box

#teamsection { text-align: center; }
.teammember-list { float: none; display: inline-block; }

Regards
Grace Themes