Title: Columns same/equal height
Last modified: February 8, 2023

---

# Columns same/equal height

 *  Resolved [clinic](https://wordpress.org/support/users/clinic/)
 * (@clinic)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/columns-same-equal-height/)
 * Hi, it’s there a chance to set columns in **Testimonials** same height? as at
   this moment if I got for example 3 of them and one got less text than other two,
   it’s shorter.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumns-same-equal-height%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Yoga](https://wordpress.org/support/users/yogajegstudio/)
 * (@yogajegstudio)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/columns-same-equal-height/#post-16454112)
 * Hi [@clinic](https://wordpress.org/support/users/clinic/) 
   This might require
   custom css.To do this, go to **Dashboard->Appearance->Customize->Additional CSS**
   and add this css codes :
 *     ```wp-block-code
       .guten-testimonials .swiper-wrapper {
       	align-items: stretch;
       }
   
       .guten-testimonials .swiper-wrapper .swiper-slide {
       	height: auto;
       }
   
       .guten-testimonials .guten-testimonial-item, .guten-testimonials .testimonial-box {
           height: 100%;
       }
       ```
   
 *  Thread Starter [clinic](https://wordpress.org/support/users/clinic/)
 * (@clinic)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/columns-same-equal-height/#post-16454842)
 * Thanks for reply, yes this works 🙂 but I forgot something, because I got below
   this section another section with is also testimonials, the one below it’s stretched
   and cut part which I don’t want to, it’s there option to limit this CSS only 
   to that first section where I got doctors but not use this CSS on part where 
   I got 3 swinging reviews?
 *  [Pradnya](https://wordpress.org/support/users/pradnyajegstudio/)
 * (@pradnyajegstudio)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/columns-same-equal-height/#post-16457617)
 * Hi [@clinic](https://wordpress.org/support/users/clinic/)
 * Please try to change with this CSS. guten-MNO08q, guten-LpNvD0, guten-gmcXzA 
   are your testimonial element ids on the first section. So it will only apply 
   on that testimonials.
 *     ```wp-block-code
       .guten-testimonials.guten-MNO08q .swiper-wrapper, .guten-testimonials.guten-LpNvD0 .swiper-wrapper, .guten-testimonials.guten-gmcXzA .swiper-wrapper {
       	align-items: stretch;
       }
   
       .guten-testimonials.guten-MNO08q .swiper-wrapper .swiper-slide, .guten-testimonials.guten-LpNvD0 .swiper-wrapper .swiper-slide, .guten-testimonials.guten-gmcXzA .swiper-wrapper .swiper-slide {
       	height: auto;
       }
   
       .guten-testimonials.guten-MNO08q .guten-testimonial-item, .guten-testimonials .testimonial-box, .guten-testimonials.guten-LpNvD0 .guten-testimonial-item, .guten-testimonials .testimonial-box, .guten-testimonials.guten-gmcXzA .guten-testimonial-item, .guten-testimonials .testimonial-box {
           height: 100%;
       }
       ```
   

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

The topic ‘Columns same/equal height’ is closed to new replies.

 * ![](https://ps.w.org/gutenverse/assets/icon-256x256.gif?rev=3132408)
 * [Gutenverse - WordPress Blocks, Page Builder & Site Editor](https://wordpress.org/plugins/gutenverse/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenverse/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenverse/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenverse/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenverse/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenverse/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Pradnya](https://wordpress.org/support/users/pradnyajegstudio/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/columns-same-equal-height/#post-16457617)
 * Status: resolved