Pricing Table - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Pricing Table

NH

Nigel Hancock

SP Page Builder 4 years ago

Hi I want to ensure all my content in the pricing table is even I have 3 pricing tables across a page, I want to make sure that all the buttons are lined up across the page at the lowest point , at the moment depending upon how many lines of text there are governs where the button goes, is there an easy way to set this please?

https://ticmic.com/index.php/membership

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #38440

Hi there!

Thanks for your query.

There is no default way to do that. But you can try te following workarround!

In this case you need to make your columns equal height first. Here is a tutorial: https://www.youtube.com/watch?v=acZCjxEB3K4

After that you need to put the following code in your custom CSS to keep your pricing footer part at the bottom of the container:

.sppb-pricing-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

Hope this helps!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0