Lead Capture Tools

nunoautotrip
Colaborador(a)

Different field width

resolver

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:

 

Screen Shot 2018-06-16 at 11.03.16.png

 

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/.

0 Avaliação positiva
1 Solução aceita
Phil_Vallender
Solução
Participante de valor | Parceiro Diamante
Participante de valor | Parceiro Diamante

Different field width

resolver

Hi Nuno, 

 

My dev has suggested you try the following:

fieldset input, fieldset select, fieldset textarea {
   width: 100% !important;
   box-sizing: border-box;
}

Hope this helps.

Phil Vallender | HubSpot Website Agency

Exibir solução no post original

0 Avaliação positiva
4 Respostas 4
Phil_Vallender
Solução
Participante de valor | Parceiro Diamante
Participante de valor | Parceiro Diamante

Different field width

resolver

Hi Nuno, 

 

My dev has suggested you try the following:

fieldset input, fieldset select, fieldset textarea {
   width: 100% !important;
   box-sizing: border-box;
}

Hope this helps.

Phil Vallender | HubSpot Website Agency
0 Avaliação positiva
KirstenTange
Participante

Different field width

resolver

Sorry but where do you put that code? 

 

Thanks in advance! 

0 Avaliação positiva
nunoautotrip
Colaborador(a)

Different field width

resolver

Thanks a lot, it worked! All the best. 🙂 

0 Avaliação positiva
Phil_Vallender
Participante de valor | Parceiro Diamante
Participante de valor | Parceiro Diamante

Different field width

resolver

Great! Smiley feliz

Phil Vallender | HubSpot Website Agency
0 Avaliação positiva