I’m trying to create a centered content area, using the team widget, where each “team member” column is evenly distributed within the center aligned parent div.
When I set the number of team members, I would expect that the corresponding one-<number> class applied to each section to be based on that number. It seems they are always one-fourth. I can work around this somewhat by using a textwidget, and copying in the markup and styles that should accomplish what I want, but that also has the disadvantage of wrapping everything in a div with class of .textwidget, which then breaks other styles, heading tags specifically.