• Resolved Gerardus

    (@gerardus)


    Hi,

    before all, thanks for your nice plug-in, it’s really useful and helpful.

    I would like to know if we could make one of the comment boxes bigger than the other ones. Here’s our contact’s page https://www.lluerna.cat/contacte/ and, on the left side, we have the Google form with three fields. The question is how we expand “Digues”, the last one, and makes it a little comfortable to text on it.

    I guess we need some CSS code for the “ss-form” but I don’t know which are the needed declarations.

    Hope I’m texting clear. Nice to hear from you.

    Thanks!

    https://www.ads-software.com/extend/plugins/wpgform/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    The easiest way would be to do something like this:

    #entry_2 {
        width: 250px;
        height:  200px;
    }

    Change the 250px width value to whatever you want it to be. If you want to control the height (which I added above), set that value accordingly.

    Now if you have more than one Google Form on your site this CSS would be applied to any Google Form that has an #entry_2 ID. If that is a potential problem, it is solvable but would require using the “prefix” attribute. There is no need to head down that path unless it is a potential problem.

    Thread Starter Gerardus

    (@gerardus)

    Perfect! It works fine. Thanks ??

    However, now, in this new big field, when you start to type, the cursor appears aligned to left but centered to the box. Is there any way to solve it?

    Thanks again!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Looks like I never responded to the second question you asked, is it still an issue?

    If you cursor is in the middle of the form field something in your theme is doing that as there isn’t anything in the standard Google HTML nor the minimal CSS WordPress Google Form defines which would affect cursor location.

    Here is a thread that discusses Cursor CSS and alignment.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Expand one of the comment boxes’ is closed to new replies.