Title: Default Columns Width
Last modified: December 2, 2019

---

# Default Columns Width

 *  [joeldault](https://wordpress.org/support/users/joeldault/)
 * (@joeldault)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/default-columns-width/)
 * Hello,
 * I would like to inquire about the possibility to set the default width for the
   columns. Now if I add a 6-column row the default widths are 33 – 33 – 33 percent.
   I would like to set it to 40-10-10-10-10-10-10 percent for a 6 column row
    Is
   it possible to modify the default settings for that? I was able to modify only
   row by row and I would like to add at least 15-20 rows with multiple column (
   with usually 3 or 4 columns) settings.
 * Thank you for your help in advance and I am looking forward to hear from you 
   soon!
 * Keep up the great work!

Viewing 1 replies (of 1 total)

 *  Plugin Author [WebHolism](https://wordpress.org/support/users/webholism/)
 * (@webholism)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/default-columns-width/#post-12197537)
 * Hi [@joeldault](https://wordpress.org/support/users/joeldault/),
 * Thank you for using the plugin and thank you for bringing this issue to our attention.
 * One way to implement what you need is to override the CSS associated to the elements
   you want to modify.
 * For example if you had 6 columns on the second row of your form you could try
   something such as:
 * .gfmc-row-2-col-1-of-6 {
    width: 40% !important; } .gfmc-row-2-col-2-of-6,.gfmc-
   row-2-col-3-of-6,.gfmc-row-2-col-4-of-6,.gfmc-row-2-col-5-of-6,.gfmc-row-2-col-
   6-of-6 { width: 10% !important; }
 * The row number will need to be modified for each row that you create that needs
   deviation from the standard column division.
 * Please try putting the code above into your theme style.css or similar, and please
   let us know the outcome.
 * Many thanks, and wishing you a great day.

Viewing 1 replies (of 1 total)

The topic ‘Default Columns Width’ is closed to new replies.

 * ![](https://ps.w.org/gf-form-multicolumn/assets/icon-256x256.png?rev=1497218)
 * [Multiple Columns for Gravity Forms](https://wordpress.org/plugins/gf-form-multicolumn/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gf-form-multicolumn/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gf-form-multicolumn/)
 * [Active Topics](https://wordpress.org/support/plugin/gf-form-multicolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gf-form-multicolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gf-form-multicolumn/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebHolism](https://wordpress.org/support/users/webholism/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/default-columns-width/#post-12197537)
 * Status: not resolved