Add padding above the toggle (for Share link)

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

.eapps-pricing-table-inner {
margin-top: 50px;
}