Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263699

    My forms have far too much padding and margin and don’t display correctly when inserting hubspot’s code.
    Is there a way to remove your css from these forms or how should I modify the css so these forms look better.

    Hubspot forms:
    Newsletter form: http://www.iltechpartner.org/
    Join form: http://www.iltechpartner.org/join-itp
    Partner form: http://www.iltechpartner.org/itp-partners/become-a-partner

    This form is a gravity form and looks great. http://www.iltechpartner.org/about/get-involved
    Thanks,

    Curtis

    #263891

    Hi chays77!

    Thank you for using theme!

    Please try to add this on Quick CSS or custom.css:

    #top input[type="text"] {
    width: 90% !important;
    }
    
    .hs-form.stacked .field {
    margin-bottom: 0 !important;
    }
    
    #top fieldset {
    margin-bottom: 0;
    }

    If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:

    /* ======================================================================================================================================================
    Contact Form
    ====================================================================================================================================================== */
    

    Regards,
    Ismael

    #263936

    That looks much better. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hubspot forms and CSS’ is closed to new replies.