Title: Feature Grid
Last modified: June 30, 2019

---

# Feature Grid

 *  Resolved [lifeofthepardee](https://wordpress.org/support/users/lifeofthepardee/)
 * (@lifeofthepardee)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/feature-grid-2/)
 * Hi,
 * Is there a way to align the link button boxes at the bottom of the features grid
   so that they line up across all three columns? The text for each item in my grid
   varies so the link will appear higher or lower than the others in the grid. Thanks!
 * (I am using plain layout, 3 columns, no title, link button setting)

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

 *  [ipbroad](https://wordpress.org/support/users/ipbroad/)
 * (@ipbroad)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/feature-grid-2/#post-11765964)
 * I did this by editing in HTML and adding a line break
 *  Thread Starter [lifeofthepardee](https://wordpress.org/support/users/lifeofthepardee/)
 * (@lifeofthepardee)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/feature-grid-2/#post-11775355)
 * Thanks I will try! But sometimes when I try to edit the html, I get an error 
   and need to remove it.
 *  Plugin Contributor [gambitph](https://wordpress.org/support/users/gambitph/)
 * (@gambitph)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/feature-grid-2/#post-12351585)
 * Hi,
 * In the current version (V 2.1.0), you can now adjust the height of the Feature
   Grid’s column container. To adjust this, please change Min. Column Height option(
   inside the Column Spacing tab).
 * You can also change the Column Vertical Align option (this is also inside the
   Column Spacing Tab) to move the placement of the column container to the top,
   center, bottom or stretch (this will be available when the column heights are
   different).
 * To align the buttons to the bottom, you add this custom CSS code:
 *     ```
       .ugb-feature-grid__content {
           flex-grow: 1;
           display: flex;
           flex-direction: column;
       }
       .ugb-button-container {
       flex-grow: 1;
       display: flex;
       align-items: flex-end;
       }
       ```
   
 * Let me know how it goes!

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

The topic ‘Feature Grid’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

## Tags

 * [question](https://wordpress.org/support/topic-tag/question/)

 * 3 replies
 * 1 participant
 * Last reply from: [gambitph](https://wordpress.org/support/users/gambitph/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/feature-grid-2/#post-12351585)
 * Status: resolved