J112
(J.)
1
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
Max
3
Hello @J112! We are so happy that you decided to join us! Welcome to Community
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?
Lee6
(Lee)
4
1 Like
Max
5
Welcome to the Community @Lee6
Your request is now with our devs! I’ll keep you abreast of any changes
1 Like
Max
6
Hi @Lee6
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
1 Like