Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #331021

    Hi there,

    I know of gravityhelp but I would like to make my forms look like they are part of Enfold, and currently it looks like this(see link attached)

    1. Can you provide me with some CSS so it looks like Enfold?
    2. Is there a way, to put one Gravity Forms in two columns? So far, I can only put it in one column…

    #331785

    Hey gentlemansgazette!

    1. Can you provide us a screenshot/mockup of which exact look you want to achieve?
    2. Gravityhelp is an external plugin. Please make a support request here: http://www.gravityhelp.com/request-support/

    Regards,
    Andy

    #338554

    Andy,
    I disabled the gravity forms css now, so it shows Enfold’s CSS, can you help me now?

    As far as the look goes, I would like a larger font, and bigger Submit buttons.

    Otherwise similar to here http://kriesi.at/themes/enfold/shortcodes/contact-forms/

    #338900

    Hi!

    You can use this to increase the form text size and submit button:

    #top .gform_wrapper .gfield_checkbox li label, #top .gform_wrapper .gfield_radio li label {
    font-weight: normal;
    font-size: 16px;
    }
    
    input[type="submit"], #submit, .button {
    padding: 15px 30px;
    font-size: 20px;
    }

    Cheers!
    Ismael

    #339885
    This reply has been marked as private.
    #340354
    This reply has been marked as private.
    #340854

    Hi!

    Please use this:

    #top .gform_wrapper .gfield_radio input {
    float: left;
    }
    
    .gform_body li {
    list-style-type: none;
    }

    Regards,
    Ismael

    #349758

    Thanks. The radio buttons work better now, but the checkboxes are still off. What do I have to do there?

    #351061

    Hi!

    Please add this:

    .gfield_checkbox li input {
    float: left;
    }

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.