Hi,
we created a pricing table on this page: https://dev.ecoplan-crm.com.
Is it possible to get the content of each cell vertical and horizontal centered?
Many thanks for your help!
Marco
Hey marcohellwig,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS:
#top.home .avia-pricing-table-container .pricing-table-wrap:nth-child(n+2) li:nth-child(n+3) {
padding-top: 50px !important;
}
#top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:nth-child(3),#top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:last-child,#top.home .avia-pricing-table-container .pricing-table-wrap:first-child li:nth-last-child(2) {
padding-top: 50px !important;
}
Best regards,
Mike