Title: Set Row Layout Section to Specific Pixel Width
Last modified: June 14, 2023

---

# Set Row Layout Section to Specific Pixel Width

 *  Anonymous User 13711045
 * (@anonymized-13711045)
 * [3 years ago](https://wordpress.org/support/topic/set-row-layout-section-to-specific-pixel-width/)
 * I am trying to add a row layout with 2 sections. I want one section to be 300
   pixels wide and the other section to fill the remaining space. As far as I can
   tell, this isn’t possible. Am I missing something?

Viewing 1 replies (of 1 total)

 *  Plugin Support [karlalevelup](https://wordpress.org/support/users/karlalevelup/)
 * (@karlalevelup)
 * [3 years ago](https://wordpress.org/support/topic/set-row-layout-section-to-specific-pixel-width/#post-16820374)
 * Hi there!
 * Yes, there is no option to set the exact width of the inner Sections or columns.
   However, since you have less than 4 columns, you can drag the circle between 
   the columns to set their percentage widths. Watch this screen recording – [https://share.getcloudapp.com/2Nupr4Nx](https://share.getcloudapp.com/2Nupr4Nx).
 * On the other hand, if you want the left column to be exactly 300px, then you 
   will need to add custom CSS code to your Row Layout block. Try this:
 *     ```wp-block-code
       selector .kt-row-column-wrap {grid-template-columns: 300px 1fr!important;}
       ```
   
 * You’ll add it in _Row Layout block settings > Advanced tab > Custom CSS_.
 * I hope this helps, and let us know if we can help you further.
 * Regards,
   Karla

Viewing 1 replies (of 1 total)

The topic ‘Set Row Layout Section to Specific Pixel Width’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [karlalevelup](https://wordpress.org/support/users/karlalevelup/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/set-row-layout-section-to-specific-pixel-width/#post-16820374)
 * Status: not resolved