• Resolved sassycassie830

    (@sassycassie830)


    Is there a way to make all of the frames the same size? Shorter bios make the frames shorter than the others.

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

Viewing 1 replies (of 1 total)
  • Hi @sassycassie830

    If you want all the frames to be in the same size, then you have to paste the below Css code in the Custom Css section of the Edit Team page.

    .wpsm_row{
       display: flex;
      flex-wrap: wrap;
    }
    .wpsm_team_2_member_wrapper{
      height: 100%;  
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Make Team Member Frames the Same Size’ is closed to new replies.