Title: Virtical alignment
Last modified: June 22, 2019

---

# Virtical alignment

 *  Resolved [stefring](https://wordpress.org/support/users/stefring/)
 * (@stefring)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/)
 * Hi there,
 * I have a 3 column row lay-out and want to add a button in each column. These 
   buttons should stick to the bottom of the columns. How can I do this? Why not
   adding a vertical-alignment to the advanced button? This would solve the problem
   for me.
 * Greetings from holland
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvirtical-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/#post-11667071)
 * Hey,
    There is actually a function for this already. From the row layout block
   toggle. See screenshot: [https://ibb.co/cFCyCjw](https://ibb.co/cFCyCjw) Does
   that do what you’re after?
 * Hannah
 *  Thread Starter [stefring](https://wordpress.org/support/users/stefring/)
 * (@stefring)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/#post-11667246)
 * Hi Hannah,
 * no that doesn’t work for me. I aligns’s the entire collumn and I only want to
   align the advanced button to the botom of the bottom
 * Here is a testpage;[https://stefringoot.com/stef-ringoot-is-illustrator-cartoonist/](https://stefringoot.com/stef-ringoot-is-illustrator-cartoonist/)
 * The buttons should be all on the same hight.
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/#post-11667771)
 * Hey [@stefring](https://wordpress.org/support/users/stefring/) the way css works
   there isn’t a way to add vertical alignment to a button block because vertical
   alignment is defined by the container and type of display settings.
 * I’m working on an update for the info box block which will better allow you to
   set min heights on the content so you can align across areas.
 * A workaround is to add css like this:
 *     ```
       .page-id-5054 .wp-block-kadence-rowlayout .kt-inside-inner-col {
           display: flex;
           flex-direction: column;
           justify-content: space-between;
       }
   
       .page-id-5054 .wp-block-kadence-rowlayout  .wp-block-kadence-advancedbtn {
           flex-grow: 1;
           display: flex;
           justify-content: center;
           align-items: flex-end;
       }
       ```
   
 * That will only apply on that page.
 * Ben
 *  Thread Starter [stefring](https://wordpress.org/support/users/stefring/)
 * (@stefring)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/#post-11677247)
 * [@britner](https://wordpress.org/support/users/britner/) thanks for that css 
   code. It works for me!
 * Greetings from holland
    Stef Ringoot

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

The topic ‘Virtical alignment’ 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/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [buton](https://wordpress.org/support/topic-tag/buton/)
 * [vertical](https://wordpress.org/support/topic-tag/vertical/)

 * 4 replies
 * 3 participants
 * Last reply from: [stefring](https://wordpress.org/support/users/stefring/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/virtical-alignment/#post-11677247)
 * Status: resolved