Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #218993

    Hello
    I have added many gravity forms to my site but unlike the example display provided by Gravity, the options are only displayed at a restricted width (approx 5cm) as opposed to the progress bar and form width which is more like 15cm. I searched Gravity and they say it is down to the theme but I cannot find anywhere to change this. Please advise.
    Thanks

    #219419

    Hey MichelleRhodes!

    Can you post the link to your page where you have gravity forms so we can take a look?

    Cheers!
    Yigit

    #219529
    This reply has been marked as private.
    #219571

    Hi!

    Please add this on Quick CSS to modify the select form:

    #top select {
    width: 500px;
    }

    This is for the text input:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 500px;
    max-width: 100%;
    }

    Adjust the width value if you want.

    Best regards,
    Ismael

    #220160

    Ismael

    That has done the trick, thanks very much.
    Michelle

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gravity Forms Display’ is closed to new replies.