Jump to content

Stripping a form


aholburn

Recommended Posts

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.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...