Hi everyone,
Why is the width of each field different? “Phone Number” and “Email” are longer than “Company Name” and this field is longer than the drop-down fields that come below. Also, the First and Last Name have different widths:
I have already tried to insert different snippets of code, but none of them have worked so far:
hbspt-form input[name="lastname"],
.hbspt-form input[name="firstname"]
{
width: calc(50% + 94px);
}
.hbspt-form input[name="email"],
.hbspt-form input[name="phone"]
{
width: calc(95% - 26px);
}
.hs-form fieldset {
max-width: none!important;
}
What else can I try?
Link to the page where you can find the form: https://autotrip.co.uk/free-trial-gps-mileage-tracking-device/.
