Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220128

    I am using gravity forms and I would like the boxes to be bigger with enfold. I would also like the fonts to be bigger.
    How can I do this?

    • This topic was modified 10 years, 1 month ago by erickeith9.
    #220235

    Hi erickeith9!

    You can use this on Quick CSS or custom.css to modify the forms:

    #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 {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }
    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 100px;
    padding: 13px;
    border-radius: 2px;
    }

    Please give us a link to the page with the gravity form plugin.

    Regards,
    Ismael

    #220499

    Here is the link: http://chattanoogadentistfinder.com

    And I put that code in the enfold quick css area and it didn’t work, so I even upped the font size that was in the code-and still nothing…?

    #220904

    Hi!

    Please try following code

    .ginput_container input[type="text"] { padding: 16px 12px; font-size: 16px; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gravity Forms – Bigger Size’ is closed to new replies.