My embedded form does not follow the width I gave it

  • kauseway
    Asked on November 29, 2014 at 2:01 AM

    I have sized my form to 290px width. When viewed it looks good.

    http://www.jotform.us/kauseway/book_now

     

    However, when I paste the script into my wordpress template it is a little bigger.  

    https://naturalcarecleaningservice.com/book-now/

     

    any tips on what I can do to fix that? I assumed that the form would size itself based on jotform css and not whatever the wordpress is doing to it/

    Thanks

  • NeilVicente
    Replied on November 29, 2014 at 6:57 AM

    The width option only applies for the form element itself and not to the actual html page (http://www.jotform.us/kauseway/book_now) which contains the form element.

    The said page takes up the width of whatever container it is inserted to.

    To make the long story short, you will have to insert this CSS snippet to your wordpress theme's style.css template:

    #booknow {
       width: 290px !important
    }

    Save your template thereafter. Do get back to us if you have any other issues or concerns.

    Thanks!