Jump to content

aholburn

Frog Community Specialist
  • Posts

    3
  • Joined

  • Last visited

Posts posted by aholburn

  1. Hi, I am trying to remove all of the spacing etc. on a form to embed the form button only within a separate site:

    <style>
      .widget_forms {
          visibility:hidden;
      }
        .widget_form .form-header{
            height:0px;
            padding:0px;
            margin:0px;
            overflow:hidden;
        }
        .widget_forms #submit_form{
            visibility:visible;
        }
    </style>

    There is currently a big blank space above the button within the embedded site.

    Any help would be much appreciated.

    Thanks,

    Andrew.

     

×
×
  • Create New...