Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author learnhowwp.com

    (@themeythemes)

    Hi CJ,

    Please ignore that setting for now. I might remove it or I will have to look again how I want it to affect the flip cards.

    Right now if you want to set a specific height for Flip Card then you can do in Flip Card Settings > Advanced > Custom CSS

    http://prntscr.com/wmu3ff

    height:1000px!important;

    They way it works at the moment is that the height is calculated dynamically depending on the front and black flip card. If the front card has more content/height and then that becomes the height of the card and vice versa. So if all the flip cards have the same amount of content then they would be same height automatically without need the above css.

    Edit: Here is some extra css you can add in Front Card and Back Card if you want to vertically center content.

    display: flex;
    justify-content: center;
    flex-direction: column;
    Thread Starter supaiku

    (@supaiku)

    Sweet, thanks! 🙂

    Plugin Author learnhowwp.com

    (@themeythemes)

    You are welcome. 👍 If you have a moment please leave a review on the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Impossible(?) to get cards to all be the same height’ is closed to new replies.