Need help with the designer and the embed component

I have a form that I have embeded on a site, The form is working but the problem is that I want to add some padding to the right and left side of the embedded form ( or increase the width of the container), doing so seems to be working in the designer but when I publish the site, there are no changes no matter what I do.
This is how the form looks like on desktop, which is perfect.
desktop

This is how it looks like on tablets, There is not enough space on the right and left side.
tablet

And this is how it looks like on mobile, it is not centered and the button is out of place.
mobile

Above images are the result of resizing the browser window, opening the site on an actual mobile phone is gets similar results.

I have tried adding padding, margin and resizing using %/vh/px both the containers and the embed element. It shows the right position and size in the designer but the published site looks like this.

I’m loving Webflow by the way. :smile:


Here is my site Read-Only
Here is the Published site (click on “Log In” to see the form)

Here is how to fix the position issues:
CloudApp

But, based on what I saw, you may need to watch this video to help you build sites better:

Hope this helps :slight_smile:

Thanks, It helped a lot but the problem was that the embeded HTML was directly calling the CSS file generated by webflow and every time a site is published a new CSS file is generated, it was calling an old CSS file.

I enjoy watching your live videos by the way.