Pam,
I'm going to be honest. We can give you a snippet of CSS or two to implement, but your theme is going to cause some problems with your forms. Mostly I see lots of problem resulting from the CUFON (font replacement) script that replaces your fonts with images and looks like it's creating some spacing issues.
Adding a border to your forms and a few things is easy enough. You can simply add a HTML field to the very end of your form and add something like this.. be sure to copy the surrounding style tags too.
[css]<style type="text/css">
body .gform_wrapper {
border: 3px solid #E08FAA;
background-color: #F3F3F3;
padding: 30px 30px 0 30px;
margin: 20px 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
body .gform_wrapper .gform_footer input.button.gform_button,
body .gform_wrapper .gform_footer input[type="submit"] {
background-color: #E08FAA;
font-size: .75em !important;
}
</style>
Once that's in there, you should get something more like these screenshots:
http://i.imgur.com/PABKJEC.jpg
http://i.imgur.com/rDsxj0o.jpg
Of course I just grabbed some colors from your theme and used those. You might want tot tweak the CSS to do something different. Now, to compact things, you could use some of the "ready classes" applied to the fields in the form admin.
http://www.gravityhelp.com/css-ready-classes-for-gravity-forms/
Using the "left half" and "right half" classes in some places will fill in the spaces to the right and give you a more compact layout. That's not too difficult to do without being a programmer or designer.
Honestly though, if you really want to change things up, it might be in your best interest to hire a competent designer/developer for at least a short stint to polish things up for you.
I would love to offer more design help but we don't do customizations or any type of contract work right now. We are a very small team and all of our resources are dedicated to improving our current products and developing new offerings.
One of these sites might be a good place to start looking for a qualified WordPress developer to help you out.
-----------------------------------------------------
http://wpcandy.com/pros/experienced/with-gravity-forms/
http://jobs.wordpress.net/
http://www.freelancer.com/hire/Wordpress
http://jobs.freelanceswitch.com/
http://www.wphired.com/
http://www.krop.com/
http://www.sensationaljobs.com/
http://premium.wpmudev.org/wpmu-jobs/
http://jobs.smashingmagazine.com/
http://build.codepoet.com/
-----------------------------------------------------
Best of luck.
Posted 11 years ago on Thursday June 27, 2013 |
Permalink