Move table toggles under the tables

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

[class*="widget__Container-sc"] {
display: flex;
flex-direction: column-reverse;
}

[class*="toggles__Toggle-sc"] {
margin: 35px auto 0;
}
1 Like