Title: Custom Column Widths
Last modified: June 1, 2021

---

# Custom Column Widths

 *  Resolved [josephdang](https://wordpress.org/support/users/josephdang/)
 * (@josephdang)
 * [5 years ago](https://wordpress.org/support/topic/custom-column-widths-2/)
 * I’m trying to set column widths via CSS. It was going to be added via this support
   thread:
 * [https://wordpress.org/support/topic/widths-of-column-container-cells/](https://wordpress.org/support/topic/widths-of-column-container-cells/)
 * Messing around in the inspector, changes to ff-t-cell.ff-t-column-2 doesn’t seem
   to do anything. Trying out code form.frm-fluent-form .ff-t-cell .ff-t-column-
   2 doesn’t either.
 * I’m trying to make an inline form, where the submit button is in the second column,
   but want it to not take up 50% of the parent container, as the form is not centered
   correctly.
 * Edit: Nevermind, was able to achieve this with custom CSS in the FF settings 
   area, not the Additional CSS area of Customizer.
    -  This topic was modified 5 years ago by [josephdang](https://wordpress.org/support/users/josephdang/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [josephdang](https://wordpress.org/support/users/josephdang/)
 * (@josephdang)
 * [5 years ago](https://wordpress.org/support/topic/custom-column-widths-2/#post-14508589)
 * Edit Again: So not resolved. When I first put the CSS in, it worked. I tweaked
   it a little bit, didn’t work, so I resorted back to my original CSS code, and
   now it doesn’t work.
 *     ```
       .fluent_form_ID .frm-fluent-form .ff-t-cell:last-of-type {
           width: 150px;
       }
       ```
   
 * This code shows up when you “view source” but not in the inspector, not even 
   as a crossed out or greyed out item.
 * [https://wordpress-577361-1867542.cloudwaysapps.com/test/](https://wordpress-577361-1867542.cloudwaysapps.com/test/)
 *  Thread Starter [josephdang](https://wordpress.org/support/users/josephdang/)
 * (@josephdang)
 * [5 years ago](https://wordpress.org/support/topic/custom-column-widths-2/#post-14512862)
 * Well support helped on one aspect, but it wouldn’t work by applying to a specific
   form. I figured it out. Leaving it here in case anyone else searches for it. 
   Replace # with your ID
 *     ```
       #fluentform_# .ff-t-cell:last-of-type {
           width: 150px !important;
           padding-left: 0px;
       }
       ```
   
 *  Plugin Support [Alex Sanchez](https://wordpress.org/support/users/alexwpninja/)
 * (@alexwpninja)
 * [5 years ago](https://wordpress.org/support/topic/custom-column-widths-2/#post-14522562)
 * Happy to hear that it is resolved, Thanks for the code

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Column Widths’ is closed to new replies.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Alex Sanchez](https://wordpress.org/support/users/alexwpninja/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/custom-column-widths-2/#post-14522562)
 * Status: resolved