Okay
  Public Ticket #361173
Pricing tables alignment
Closed

Comments

  • Kevin started the conversation

    Hi, is there a way to align the 3 pricing tables on the page side by side, rather than one under the other? 

    The link is - http://www.kevinlines.co.uk/wedding-photography/

    Thanks a lot! 

  •  1,973
    Support replied

    Hi, put all the pricing table inside of a [pricing_tables] shortcode

    see our example here

    http://clapat.ro/themes/newave-wordpress/?page_id=...

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Kevin replied

    Hi thanks that is exactly what I want but I dont see an option for Pricing Tables? I can only add another box from the list in the Shortcodes dropdown?

    What is the actual code to have them side by side?

    Thanks :)

  •  1,973
    Support replied

    Sorry, I wasn't clear enough.

    shortcode is [pricing_table] without 's' at the end

    Inside you would have to define multiple pricing columns ([pricing_column]) for each of your pricing options as you can see in the following code:

    [pricing_table]

    [pricing_column icon="fa fa-dashboard" title="Standard"]

    [pricing_price price="$19.99" time="Per Month"][/pricing_price]

    [pricing_row]5 Gb Storage[/pricing_row]

    [pricing_row]Free Live Support[/pricing_row]

    [pricing_row]Unlimited Users[/pricing_row]

    [pricing_footer url=""]Sign Up[/pricing_footer]

    [/pricing_column][pricing_column icon="fa fa-sitemap" title="Premium"]

    [pricing_price price="$39.99" time="Per Month"][/pricing_price]

    [pricing_row]5 Gb Storage[/pricing_row]

    [pricing_row]Free Live Support[/pricing_row]

    [pricing_row]Unlimited Users[/pricing_row]

    [pricing_footer url=""]Sign Up[/pricing_footer]

    [/pricing_column][pricing_column icon="fa fa-cogs" url="" title="Professional"]

    [pricing_price price="$69.99" time="Per Month"][/pricing_price]

    [pricing_row]5 Gb Storage[/pricing_row]

    [pricing_row]Free Live Support[/pricing_row]

    [pricing_row]Unlimited Users[/pricing_row]

    [pricing_footer url=""]Sign Up[/pricing_footer]

    [/pricing_column][pricing_column icon="fa fa-inbox" url="" title="Ultimate"]

    [pricing_price price="$69.99" time="Per Month"][/pricing_price]

    [pricing_row]5 Gb Storage[/pricing_row]

    [pricing_row]Free Live Support[/pricing_row]

    [pricing_row]Unlimited Users[/pricing_row]

    [pricing_footer url=""]Sign Up[/pricing_footer]

    [/pricing_column]

    [/pricing_table]

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Kevin replied

    Brilliant, all fixed thanks for your help! 

  •  1,973
    Support replied

    :) Perfect

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy