Pricing Tables

3 replies · opened Apr 29, 2021

NnycinsiderApr 29, 2021

https://www.filmproposals.com/aa-page-title-pricing.html (new)
https://www.filmproposals.com/Business-Plan-Tools-for-Film.html (old)

See "FilmProposals Best Sellers - 2021 Financing Toolkits & Bundles"

Hi - I'm trying to update the pricing tables and move to new code.

  1. Why are the new tables so narrow on my site? They are not full width and the code is terrible without the bullets being on one line
  2. How do I get the pricing button to do anything? How do I add a link to it?

<button class="pricing--action">Learn More</button>

And if this table won't work for my products, where is a better pricing table that I can use to showcase my products in a wider width? Thanks.

SSemicolon WebSTAFFMay 1, 2021

Hello,

  1. We have checked out the New Pricing Page and it appears to be working fine for us.

  2. You can simply replace this code:
    [ch_pre]<button class="pricing--action">Learn More</button>[/ch_pre]

with this:
[ch_pre]Learn More[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

NnycinsiderMay 1, 2021

The code to create a link work thanks. But why is the table so narrow? Why not full width?

SSemicolon WebSTAFFMay 1, 2021

Hello,

The Default Codes use 330px for the .pricing--item Class. Simply use the following code to stretch the Columns to the Container width:
[ch_pre type="css"].pricing--item {
-webkit-flex: 0 1 33.333333%;
flex: 0 1 33.333333%;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard