How to Use Gravity Forms Ready Classes. Tutorial Overview.Gravity Forms is possibly the best forms plugin you can get for WordPress. If you want the ability to customize your Gravity Forms you should really learn about their Ready Classes. Ready Classes help you create different layout structures and make other modifications to your Gravity Forms fields. Gravity Forms ready classes are pre-written CSS classes that are included with the plugin, all you need to do is call the class.Quickies.List of Current Ready Classes.How Do I Use a Gravity Forms Ready Class?Two Column Layout with Ready Classes.Three Column Layout with Ready Classes.Four Column Layout with Ready Classes.How to Make Gravity Forms Fields Inline.List of Current Ready Classes.gf_left_halfgf_right_halfgf_left_thirdgf_middle_thirdgf_right_thirdgf_first_quartergf_second_quartergf_third_quartergf_fourth_quartergf_inlinegf_list_2colgf_list_3colgf_list_4colgf_list_5colgf_list_inlinegf_list_height_25gf_list_height_50gf_list_height_75gf_list_height_100gf_list_height_125gf_list_height_150gf_simple_horizontalgf_scroll_textgf_hide_ampmgf_hide_charleftgf_section_rightHow Do I Use a Gravity Forms Ready Class?Open the form you want to edit.Find the field you want to edit and open it.Click on the Appearence tab.Enter the Ready Class you want to use into the Custom CSS Class field.Update the form.How to Create a Two Column Layout Using Gravity Forms Ready Classes.Two-column layouts will only work if Top Aligned is selected for Label Placement under Settings so verify that this setting is selected before proceeding. The fields need to be placed in the same order from top to bottom as you want them to appear from left to right on the front-end of your website.Open the form you want to edit or create a new form.Order the fields, starting at the top, alternating the left field and right field. Start with a left-field at the very top and then a right field below it and repeat.Open one of the fields that is going to be placed in the left column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_left_half.Repeat this for all of the fields you want to be placed in the left column.Open one of the fields that is going to be placed in the right column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_right_half.Repeat this for all of the fields you want to be placed in the right column.Update or Save the form.This is how the form will appear on the front-end of your website.How to Create a Three Column Layout in Gravity Forms.Three column layouts will only work if Top Aligned is selected for Label Placement under Settings so verify that this setting is selected before proceeding. The fields need to be placed in the same order from top to bottom as you want them to appear from left to right on the front-end of your website.Open the form you want to edit or create a new form.Order the fields, starting at the top, in an order of left, middle, right. Start with a left-field at the very top, then a middle field below it and a right field below that and repeat.Open one of the fields that is going to be placed in the left column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_left_third.Repeat this for all of the fields you want to be placed in the left column.Open one of the fields that is going to be placed in the middle column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_middle_third.Repeat this for all of the fields you want to be placed in the middle column.Open one of the fields that is going to be placed in the right column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_right_third.Repeat this for all of the fields you want to be placed in the right column.Update or Save the form. This is how the form will appear on the front-end of your website.How to Create a Four Column Layout Gravity Forms Ready Classes.Four-column layouts will only work if Top Aligned is selected for Label Placement under Settings so verify that this setting is selected before proceeding. Place the field you want in the first column at the top. Place the field you want to go in the second column below the first one. Place the one you want to go in the third column below the second one. Place the one you want to go in the fourth column below the third one. Repeat this for each row.Open the form you want to edit or create a new form.Place the fields in order from top to bottom for each row.Open one of the fields that is going to be placed in the first column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_first_quarter.Repeat this for all of the fields you want to be placed in the first column.Open one of the fields that is going to be placed in the second column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_second_quarter.Repeat this for all of the fields you want to be placed in the second column.Open one of the fields that is going to be placed in the third column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_third_quarter.Repeat this for all of the fields you want to be placed in the third column.Open one of the fields that is going to be placed in the fourth column.Click on the Appearance tab.In the Custom CSS Class field, enter gf_fourth_quarter.Repeat this for all of the fields you want to be placed in the fourth column.Update or Save the form. This is how the form will appear on the front-end of your website.How to Make Gravity Forms Fields Inline.The gf_inline class places the fields with this class in one line horizontally. It does not make equally spaced columns.Open the form you want to edit or create a new form.Open one of the fields you want to put inline.In the Custom CSS Class field, enter gf_inline.Repeat this step to all of the fields you want to place inline.Update or Save the form.Check out my other tutorials and reviews @ TwentySixForty. Additional Posts. WordPressHow to Correctly Enable WordPress SVG Support.Read More WordPressHow to Change the WordPress Database Prefix.Read More WordPressHow to Make My WordPress Site Faster.Read More