CMS Development

Venki
投稿者

increase the width and height of the button

解決
 
0 いいね!
1件の承認済みベストアンサー
stefen
解決策
キーアドバイザー | Solutions Partner
キーアドバイザー | Solutions Partner

increase the width and height of the button

解決

@Venki the default form embed will show up inside an iframe which means you can't style it from the site you're embedding it on since the CSS rules don't apply to anything inside iframes.

 

If you have Marketing Pro, you can change the embed setting to "Raw HTML" and it will use javascript to create the HTML elements on the page which will allow you to style it with your own CSS: https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#with... 

Stefen Phelps, Community Champion, Kelp Web Developer

元の投稿で解決策を見る

0 いいね!
4件の返信
webdew
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

increase the width and height of the button

解決

Hi Venki,

To increase the height width of a button with CSS

1. Add the padding: 
with the padding, we can increase the button height and width.

2. Add the width
We can also use the width to add the max-width of buttons.

Hope this helps!

0 いいね!
Venki
投稿者

increase the width and height of the button

解決

Thanks for your support,

Noted!!

Regards,

Venki

0 いいね!
stefen
解決策
キーアドバイザー | Solutions Partner
キーアドバイザー | Solutions Partner

increase the width and height of the button

解決

@Venki the default form embed will show up inside an iframe which means you can't style it from the site you're embedding it on since the CSS rules don't apply to anything inside iframes.

 

If you have Marketing Pro, you can change the embed setting to "Raw HTML" and it will use javascript to create the HTML elements on the page which will allow you to style it with your own CSS: https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#with... 

Stefen Phelps, Community Champion, Kelp Web Developer
0 いいね!
Venki
投稿者

increase the width and height of the button

解決

Thanks Stefan,

I got it!

0 いいね!