This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
horizontal scrolling
Started 13 years ago by Mikhail | 5 posts |
-
I made a form.
I copied the iframe code to my page and reduced the hight of the iframe to 700 (originally 2400).
I am quite happy to have a vertical scrolling, but horisontal is also papering.
Can you please help me to remove the horizontal scrolling?I've tried to do it via CSS
iframe {
overflow-x: hidden;
overflow-y: scroll;
}Did not help, the scrolling disaster all together or nothing happens.
Please help!
Regards,
MikhailPosted 13 years ago # -
Could I see your form url here?
MachForm Support
Posted 13 years ago # -
Here it is: http://www.ageconcernbrighton-hove.org.uk/pages/volunteering/application.html
Hope you can help.
Many thanks!
Posted 13 years ago # -
Thanks
Try to edit your css form and search for these code :.embed #form_container{ border: none; width: 100%; background: none; }
then change the width value to "90%" . That would do it
MachForm Support
Posted 13 years ago # -
Works fine! Thank you very much!
Posted 13 years ago #
Reply
You must log in to post.