• Resolved TheWizardGuy

    (@thewizardguy)


    I have three pricing tables in a grid across — but they aren’t the same size (as there may be slightly different content in each of them.

    How do I get them to be all the same size?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @thewizardguy ,

    In that case, you need to use the fixed height.
    Can you please add this custom CSS on your stylesheet and let me know how it goes:

    .eael-pricing .eael-pricing-item {
        height: 400px !important;
    }

    NOTE: You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Thank you.

    Thread Starter TheWizardGuy

    (@thewizardguy)

    Abid:

    Thank you! Since I’m not using Elementor Pro (yet), I’m guessing that I’d need to add this to my child theme’s own .css file — but if I have more than one pricing table, how do I specify which one? (or is it much easier to just upgrade to Elementor Pro <g>).

    Lawrence

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @thewizardguy ,

    You can also add custom CSS from WordPress Dashboard -> Appearance -> Customize. Then search for ‘Additional CSS’ option and you will be able to add your own CSS code there.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make pricing tables same size?’ is closed to new replies.