Hello, i have a klaviyo embedded form on my clients shopify site that doesnt seem to be showing in live web view, only shows in edit mode
i contacted klaviyo and they said its maybe an CSS issue on the shopify end?
not sure if anyone is able to help 
https://www.girltimebeauty.com/pages/black-friday-sign-up this is the page
and image attatched how how the form is showing in edit mode
This actually happens quite a lot with Klaviyo embeds on Shopify — the form shows fine in the theme editor but disappears on the live page because Shopify’s global CSS or container settings override Klaviyo’s inline styles.
Usually, the fix is to inspect the form element (on the live site) and check if it’s hidden by a display: none or visibility: hidden rule — sometimes even a parent container has overflow: hidden that clips it out. Once that’s identified, a quick CSS override (like forcing .klaviyo-form { display: block !important; }) generally restores it.
was a targeting issue but thank you!!!
Okay you got it solved already