Title: INPUT FORM
Last modified: October 16, 2021

---

# INPUT FORM

 *  Resolved [maxidg](https://wordpress.org/support/users/maxidg/)
 * (@maxidg)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/)
 * hi there,
    i’m working on a new website, the plugin is ok… but the input form
   is strange i mean .. when i clic on the button the form expand in a page over
   other text .. now i have put a lot of space .. but hmhmh i dont like very much…
   ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finput-form-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14979956)
 * Hi,
    The theme is adding the styling. I assume you mean the paddings and margins
   are too much? But that would happen on any form with this theme, not?
 * You could try this CSS:
 *     ```
       .gwolle-gb input[type="date"], 
       .gwolle-gb input[type="email"], 
       .gwolle-gb input[type="number"], 
       .gwolle-gb input[type="password"], 
       .gwolle-gb input[type="search"], 
       .gwolle-gb input[type="tel"], 
       .gwolle-gb input[type="text"], 
       .gwolle-gb input[type="url"], 
       .gwolle-gb select, 
       .gwolle-gb textarea {
           padding: 0;
           margin-bottom: 0;
       }
       ```
   
 * If you want it everywhere on your website without padding and margin, replace
   the `.gwolle-gb` with `html body`.
 * If it is still too much, you could look at Guestbook > Settings > Form-tab and
   deselect some form elements, like City.
 * Does this help you?
 *  Thread Starter [maxidg](https://wordpress.org/support/users/maxidg/)
 * (@maxidg)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14980541)
 * hi there,
    and thanks for your info .. but I think nothing change .. please see
   the screen video here: so u can see when I click on button “write a guestbook”
   the form appear .. there is other way ….[https://www.dropbox.com/s/z76uiai0d99wpdf/screen-geustbook.mp4](https://www.dropbox.com/s/z76uiai0d99wpdf/screen-geustbook.mp4)
   u can see in a page a lot of spaces .. if u check the page on mobile .. is different..
   🙁
 * ideas?
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14981660)
 * There are many places with extra padding and margin 🙂 Not sure we are talking
   about the same.
 * The CSS I provided is for the input fields which have individually a lot of margin
   and padding. I don’t see that CSS as part of the page, so I don’t know what happened
   there.
 * As for on top of the single button, there are a few extra div elements. Is there
   a page builder or something where extra blocks have been added?
 *  Thread Starter [maxidg](https://wordpress.org/support/users/maxidg/)
 * (@maxidg)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14982928)
 * Yes I entered the code … then I removed it …
 * I’m talking about opening the form … Now I am using the betheme theme and I had
   inserted a space above the form because when it appeared it went under the title.
 * if you look now at the page without spaces you can see the expansion of the form
   on the page .. I don’t understand this “expansion” … I don’t understand this “
   expansion” … practically it doesn’t see what’s above it …
 * [https://www.lagarbatina.eu/app/guestbook/](https://www.lagarbatina.eu/app/guestbook/)
 * ideas?
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14996244)
 * Ah, it falls under the topbar.
    You could try this CSS:
 *     ```
       #Content {
           clear: both;
       }
       ```
   
 * I don’t know this theme. I do see it is commercial, which means you paid for 
   support. It would be good to direct theme questions to the theme creators.
 *  Thread Starter [maxidg](https://wordpress.org/support/users/maxidg/)
 * (@maxidg)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14996670)
 * ok thanks a lot …

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘INPUT FORM’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [maxidg](https://wordpress.org/support/users/maxidg/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/input-form-3/#post-14996670)
 * Status: resolved