Content of google form is by default 640px wide - which is set in class ".freebirdFormviewerViewCenteredContent", I need to make this wider. I´m embeding it on website with iframe and I can´t find solution how to add "width" css to make it work. It´s possible?
Asked
Active
Viewed 2.0k times
3 Answers
4
You can't style an iframe with CSS, there are two ways to solve the problem though:
- Use javascript to style it: take a look at this answer
- Don't use an iframe: use this tutorial to style the whole form without using an iframe

mPrinC
- 9,147
- 2
- 32
- 31
0
What I did to change the width of the form was change the width within the embedded code within the iframe.

DeAndre
- 5
- 2
-
2How is it not an attempt to answer the question? I stated what I did to solve the same issue as asked. – DeAndre Jan 11 '17 at 04:38
-
If you provide your code (and perhaps also a couple of screenies), I would not be surprised to see upvotes). – Canned Man Jan 11 '22 at 15:29
0
Apparently, there is no way to do that and I have looked everywhere. Currently, there isn't an option to make the Google Form wider.
Check out this link on google forum: https://productforums.google.com/forum/#!topic/docs/FaGfvxnm51U

Yash009
- 523
- 4
- 18