This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Horizontal Scrolling in "rendered content from macro" iFrame


  1. nilente
    Member

    We are using a site building service called engagewebsites.com. In order to use the form, I have to insert a Macro. Instead of inserting the supplied code, I only get the option to put the iFrame url and height into the page. Then the macro embeds the form. I am seeing a horizontal scrolling bar on the bottom. Is there any way to get rid if this?

    If it helps, I'm using the database/form from one domain and embedding it on another. It look and works well except the horizontal bar...

    Posted 10 years ago #
  2. williamansley
    Member

    I believe this is happening because the form is too wide for the IFrame it is being displayed in. If I am right, you can fix this by adjusting the width of the form so that it fits, which may require some trial and error on your part. To change the width of the form, you will need to add custom CSS code to the theme for the form by using the "Add Advanced CSS" feature; if your form is not using a theme, then you will need to create one and assign it to the form first. (If you already have code in the advanced CSS pane, then just add the code below to it.)

    The custom CSS code you need to add should look like this:

    #form_container
    {
    	width:500px;
    }

    Replace the "500" above with the correct value for your web site.

    You can see more information about using the "Advanced CSS" feature to add custom CSS to a theme here:

    http://www.appnitro.com/doc-theme-editor#add-css

    Posted 10 years ago #

RSS feed for this topic

Reply