Hi
I am using a team block section in one of my pages. I added the description to each team member. I am using three team members in one row. Is there any way I can change the width of the team member element so that the description comes in two lines instead of 4 to 5 lines. Thanks
Hey mritkuma99,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_2.leadershipTeam .flex_column.av_one_fourth {
width: 27.5%;
}
@media only screen and (min-width: 601px) {
#top .prblock {
margin-left: 3% !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria