This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
How to adjust margin and width of form.
Started 12 years ago by tmparisi | 1 post |
-
I recently had an issue where my iframe containing the machform was adding a horizontal scrollbar due to some padding/spacing issues. Anyhow, here is the solution in case anyone comes across the same problem:
html.embed {
margin: 20px !important;
width: 90% !important;
}Adding this code to the Advanced area/CSS of my theme made the appropriate changes and now my form display perfectly.
Posted 12 years ago #
Reply
You must log in to post.