• Resolved thiagomiarelli

    (@thiagomiarelli)


    Good morning,

    I’m creating a “teams” page with AWSM, but each profile has a different height depending on the size of the description. Is there a way to fix it?

    Best regards.

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

Viewing 1 replies (of 1 total)
  • Plugin Support vidyakv

    (@vidyakv)

    Hi,

    Thanks for reaching out to us.

    Please copy-paste the below CSS snippet into the Custom CSS field of your team’s edit page

    .awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
    display: flex;
    flex-flow: column wrap;
    }
    .cards-style.style-4 figure {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    }

    Also, please remove the height from the below CSS you had added.

    .cards-style.style-4 figcaption {
    padding: 3px;
    height: 250px;
    }

    Regards,
    Vidya K V

Viewing 1 replies (of 1 total)

The topic ‘Profile height.’ is closed to new replies.