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…
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
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/
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
Hi!
Please use this:
#top .gform_wrapper .gfield_radio input {
float: left;
}
.gform_body li {
list-style-type: none;
}
Regards,
Ismael
Thanks. The radio buttons work better now, but the checkboxes are still off. What do I have to do there?