Productivity Tools

Deanna
Participante

Adding Padding to Form on Hubspot Landing Page on Desktop Only

resolver

I am trying to add padding to the right and left side of the form on this hubspot landing page on desktop ONLY: 

https://promo.njmonthly.com/gooddeeds?hs_preview=OpIGKIEy-37408147290

 

Any code that I can add to the head HTML would be greatly appreciated!!

 

 

0 Avaliação positiva
1 Solução aceita
Jake_Lett
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Adding Padding to Form on Hubspot Landing Page on Desktop Only

resolver

Hi Deanna,

This code should solve your problem. It sets a maximum width of the form and centers it in the window.

 

<style>
#hs_cos_wrapper_module_1605115967568431 {
    max-width: 700px;
    margin: 0 auto;
}
</style>

Exibir solução no post original

3 Respostas 3
Jake_Lett
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Adding Padding to Form on Hubspot Landing Page on Desktop Only

resolver

Hi Deanna,

This code should solve your problem. It sets a maximum width of the form and centers it in the window.

 

<style>
#hs_cos_wrapper_module_1605115967568431 {
    max-width: 700px;
    margin: 0 auto;
}
</style>
Deanna
Participante

Adding Padding to Form on Hubspot Landing Page on Desktop Only

resolver

This worked! Thank you very much this was a huge help!

0 Avaliação positiva
Deanna
Participante

Adding Padding to Form on Hubspot Landing Page on Desktop Only

resolver

This worked! Thank you very much this was a huge help!

0 Avaliação positiva