New Landing › How can we help? › Themeforest Theme Support › Dante › Pricing table
Hi,
Is it possible to make rows in the pricing table the same height – even when the content is not the same length?
I’ve includede a screen dump showing problems with rows jumping.
Thanks in advance.
Hi, Please use this custom css code:-
.labelled-pricing-table .pricing-table-column.label-column{ margin-top:0px !important; height:400px !important; }
Thanks Mohammad
Thanks, but it didn’t solve the problem. Please see my attachment.
Hi, Where did you insert this custom css code? Thanks Mohammad
in theme option / css
Hi, Please remove that code and use this new code:-
.labelled-pricing-table .pricing-table-column.label-column { margin-top: 16px !important; height: 398px !important; }
Sorry, that doesn’t help either.
– Mie
You also need to check the content of the table price is different from 1 column to other. In the first one you don’t have the title like in the 2nd one(Prisliste).
-Rui
Hi, I dont see my code at page. Have you removed it? Thanks Mohammad
I’ve added the 2 mising rows, but the problem is still there?
sorry, i just removed it for a second, now it’s there again.
Hello vandand,
Replace the previous css code with the one below
.labelled-pricing-table .pricing-table-column.label-column { margin-top: 15px !important; height: 398px !important; border:0; }
the rows in the right and left column are still uneven. Please check my attachment.
@media only screen and (max-width: 991px) { .labelled-pricing-table .label-column .pricing-table-label-row{ height:104px !important; } }
still no good…
You must be logged in and have valid license to reply to this topic.