Oct 29, 2021 11:58 AM
Looking for a way to close the gap (padding/margin) between the entry field and the submit button.
Nov 1, 2021 8:34 AM
Hi @russellhawkins ,
Please use Hubspot HTML Embed Code then you can easily edit and set form style now you have you form third partry you can not overhide, under iframe style.
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
Oct 29, 2021 1:14 PM
Is this what you are looking for?
Oct 29, 2021 1:16 PM
@russellhawkins Not that one. The link to the page where you took the screenshot.
Oct 29, 2021 1:19 PM
It's currently under development, but the form is near the bottom of every page:
Oct 29, 2021 1:28 PM - edited Oct 29, 2021 1:29 PM
@russellhawkins the problem seems to be around the button. It has extra padding around it. You'll need to set padding to 0 for the ".actions" class. I added a few screenshots and video below.
See Video
Oct 29, 2021 1:38 PM
Thank you!
Oct 29, 2021 1:01 PM
Hi @russellhawkins ,
The spacing between fields is controlled by the "Input" class. Normally, you would set a margin-bottom to set this space—yours looks a little different. Do you have a link to the form to diagnose the problem?
input {
margin-bottom: 10px;
}
Oct 29, 2021 1:16 PM
Is this what you are looking for?