CMS Development

chrissa0000
Contributor

Input email and Subscribe button all in one row

SOLVE

Hello I would like to ask how I can put the subscribe button all in one line?

 

hubspot forms.PNG

0 Upvotes
1 Accepted solution
MFrankJohnson
Solution
Thought Leader

Input email and Subscribe button all in one row

SOLVE


2000px-Ok_sign_font_awesomeDoes my post help answer your question?

Help the Community by marking it as SOLVED

 

Q: Input and subscribe button all in one row (inline)

 

Short A: Would be helpful to see a link to the page.

 

Longer A:

Without seeing the page, this code should get you started.

fieldset {
       max-width:100%;
       width:66.666%;
       display:inline-block;
       vertical-align:bottom;
}

input { 
     width:100%;
}

.hs_submit {
      width:33.33%;
      display:inline-block;
}

 

Does that help solve your question?

Best,
Frank

share-on-Linkedin-Button-75x19.png 


hubspot-forum-signature-badge-v01.png

www.MFrankJohnson.com

 


Please add @MFrankJohnson to HubSpot Community Forum messages if you'd like me to reply.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com

View solution in original post

1 Reply 1
MFrankJohnson
Solution
Thought Leader

Input email and Subscribe button all in one row

SOLVE


2000px-Ok_sign_font_awesomeDoes my post help answer your question?

Help the Community by marking it as SOLVED

 

Q: Input and subscribe button all in one row (inline)

 

Short A: Would be helpful to see a link to the page.

 

Longer A:

Without seeing the page, this code should get you started.

fieldset {
       max-width:100%;
       width:66.666%;
       display:inline-block;
       vertical-align:bottom;
}

input { 
     width:100%;
}

.hs_submit {
      width:33.33%;
      display:inline-block;
}

 

Does that help solve your question?

Best,
Frank

share-on-Linkedin-Button-75x19.png 


hubspot-forum-signature-badge-v01.png

www.MFrankJohnson.com

 


Please add @MFrankJohnson to HubSpot Community Forum messages if you'd like me to reply.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com