Support » Plugin: Gwolle Guestbook » INPUT FORM

  • Resolved maximiliano

    (@maxidg)


    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 to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marcel Pol

    (@mpol)

    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 maximiliano

    (@maxidg)

    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 u can see in a page a lot of spaces .. if u check the page on mobile .. is different .. 🙁

    ideas?

    Plugin Author Marcel Pol

    (@mpol)

    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 maximiliano

    (@maxidg)

    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/

    ideas?

    Plugin Author Marcel Pol

    (@mpol)

    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 maximiliano

    (@maxidg)

    ok thanks a lot …

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘INPUT FORM’ is closed to new replies.