Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Greetings, I have an embedded form for potential customers to subscribe to my site's newsletter - made through Klaviyo. The link is https://shopthriae.com/pages/subscribe - the width of the form is a bit much, is there a way for me to limit the width so it does not look so bizarre?
Solved! Go to the solution
This is an accepted solution.
@shopthriae
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.template-page [class^='klaviyo-form'] {
padding-left: 55px;
padding-right: 55px;
}
@media only screen and (max-width: 749px) {
.template-page [class^='klaviyo-form'] {
padding-left: 22px;
padding-right: 22px;
}
}
.template-page [class^='klaviyo-form'] {
*zoom: 1; max-width: 1200px;
margin: 0 auto;
}
.template-page [class^='klaviyo-form']::after {
content: '';
display: table;
clear: both;
}
Please let me know whether it works.
Kind regards,
Diego
This is an accepted solution.
@shopthriae
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.template-page [class^='klaviyo-form'] {
padding-left: 55px;
padding-right: 55px;
}
@media only screen and (max-width: 749px) {
.template-page [class^='klaviyo-form'] {
padding-left: 22px;
padding-right: 22px;
}
}
.template-page [class^='klaviyo-form'] {
*zoom: 1; max-width: 1200px;
margin: 0 auto;
}
.template-page [class^='klaviyo-form']::after {
content: '';
display: table;
clear: both;
}
Please let me know whether it works.
Kind regards,
Diego
THANK YOU THANK YOU THANK YOU! That worked perfectly.
Gratitude ❤️
@shopthriae
You're welcome!
Next time feel free to contact me personally, I'll be happy to help.
Kind regards,
Diego
I am having a similar spacing issue with my Klaviyo embedded form, but instead of padding, it's the spacing between the buttons. Here's the embedded form:
https://www.brimfulshop.com/pages/ig
Any suggestions on how to fix the spacing issues?
Thanks, AM
so i have the same issue - i added the Klaviyo code you outline to the base.css since i don't see a 'theme.css' - any ideas? thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025