How can I properly embed Klaviyo forms in my theme?

Solved

How can I properly embed Klaviyo forms in my theme?

samlarge
Visitor
2 0 0

Trying to embed a form from klaviyo and the width and alignment in my theme is giving me a lot of trouble. 

When viewing desktop version essentially it previews the mobile look of the form so its really small and left aligned rather than being full width and centered. I've included screenshots from klaviyo and from Shopify. 

Screen Shot 2022-10-07 at 4.17.46 PM.png

Screen Shot 2022-10-07 at 4.17.29 PM.png

  

Accepted Solution (1)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hi,

 

Adding the below CSS code at the end of your base.css file may address your issue.

.klaviyo-form-YfyKwZ {
width:100% !important;
}

 

For a better relevancy, please share your website link.

 

 

Cheers!

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.

View solution in original post

Replies 2 (2)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hi,

 

Adding the below CSS code at the end of your base.css file may address your issue.

.klaviyo-form-YfyKwZ {
width:100% !important;
}

 

For a better relevancy, please share your website link.

 

 

Cheers!

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.
samlarge
Visitor
2 0 0

Sweet thannk you that worked