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


  1. Mikhail
    Member

    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,
    Mikhail

    Posted 13 years ago #
  2. redityo

    Could I see your form url here?


    MachForm Support

    Posted 13 years ago #
  3. Mikhail
    Member

    Here it is: http://www.ageconcernbrighton-hove.org.uk/pages/volunteering/application.html

    Hope you can help.

    Many thanks!

    Posted 13 years ago #
  4. redityo

    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 #
  5. Mikhail
    Member

    Works fine! Thank you very much!

    Posted 13 years ago #

RSS feed for this topic

Reply