0

I have a WordPress page that displays the team members of a WordPress site. The team members have been added using the Team area of WordPress.

I have a large gap right before the last team member is added. This is due to the style.css .teamsetheight height being too many pixels. I can't set the pixels to a smaller number because that boundary also works for the other team members.

What I need to do is set the div class of a specific area in the page's html in the page to refer to a new .teamsetheight1. I don't appear to see any php pages in the editor that pertain to the page, but I do have a page in the "Pages" section of WordPress. Below is the text inputted on the Page section (text area)to show the team members.

I looked up showpost, but I'm still a little in the dark of how this works. Anyways,

my question is how can I modify the div classes in the page's html, or what other solution could solve my gap problem?

[team_list title="Meet Our Team:" showpost="6"]
11
  • A link to your page would make things a lot easier. Commented Jun 22, 2017 at 1:37
  • avantirecruiters.com/about Commented Jun 22, 2017 at 1:55
  • If you look at .teamsetheight you will notice that it has a fixed height of 880px this means that each team member "card" will always be 880px high no matter how long the description for the member is. Commented Jun 22, 2017 at 2:34
  • I know it would be nice to override that some how for a specific team memeber Commented Jun 22, 2017 at 2:36
  • Which team member do you want to override? Commented Jun 22, 2017 at 2:37

1 Answer 1

0

As I think possible solution is you can show maximum 3 lines of team member info . and readmore button.. and you can set teamsetheight 450px for all team member .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.