Make 2 pricing columns center aligned

Hi,

I know by default the pricing table is 3 columns. I’d like to keep the same width for the column but just have two that’s center aligned (and featured). Can you advise what i should do to make this work?

Thanks

Hi There,

Please add this inline CSS to your pricing table element:

max-width: 600px; margin: 0 auto;

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.