Price Table Toggle Alignment

Hi everyone,

The monthly / yearly toggle buttons for the pricing table applications are not aligned on Squarespace as shown in the image attached.

The design appears fine in Elfsight but once the code is copied into Squarespace, the toggle buttons are not properly aligned.

Any ideas why this may be the case and how to resolve the issue?

Thanks!

1 Like

Hello @J112! We are so happy that you decided to join us! Welcome to Community :heart: :sunny:

I am terribly sorry about the issue!

We’ll be happy to help! Could you please provide me with a direct link to the webpage where the widget is installed?

I’m having the same issue.
https://tangerine-herring-3sc2.squarespace.com/pricing

1 Like

Welcome to the Community @Lee6 :wave:

Your request is now with our devs! I’ll keep you abreast of any changes :slightly_smiling_face:

Hi @Lee6 :wave:

We’ve fixed the issue by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-pricing-table-toggle-item:last-child {
  margin-bottom: 10px !important;
}

Check it out and let me know if it helped :slightly_smiling_face:

1 Like

Excellent! Thank you. :smiley: