• Resolved ceef454

    (@ceef454)


    Hello, thanks for this plugin, simple to manage and easy to setup within a few minutes.

    I have an issue where a Member has a big Designation or name with the result of creating a second row. When this member appears on the carousel it increases the height at the bottom at the carousel. I have another that’s smaller for some reason. I need all the boxes to be the same.

    I’ve tried setting a min-height but with no results..

    I just purchased a licensed so i could add this CSS that was on another post. But it didn’t resolve the problem.
    Can you help?

    this is the CSS i tried:

    .wpm_6310_team_style_1_designation{
    height: 35px;
    overflow: hidden;
    }

    this is the page.

    thank you!
    https://integrityltcdirect.com/our-team/

    • This topic was modified 4 years, 8 months ago by ceef454.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpmart

    (@wpmart)

    Hello,
    Write custom CSS like this. Don’t forget to clear the cache from cache plugin. [removed email ask]

    .wpm_6310_team_style_2_title{
    height: 50px !important;
    }
    . wpm_6310_team_style_1_designation{
    height: 40px !important;
    }

    Thread Starter ceef454

    (@ceef454)

    Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Member Box Height the Same’ is closed to new replies.