Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1007398

    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

    #1007506

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.