I’m having a weird formatting when I create a page with a team member where the text and description are not centering. They’ appearing off to the left as if there was no default formatting. I tried creating a new page and still happens. Any ideas?
Hi jlarmen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.team-member-name, .team-member-description {
text-align: center;
}
Best regards,
Yigit
That fixed it! I had to add the .team-member-job-title to the mix. Is this an Enfold update break or something I did? I checked all my custom add-ons and turned everything off and it was still left-centered.