Title: Equal sized text boxes
Last modified: January 10, 2024

---

# Equal sized text boxes

 *  Resolved [zerojjc](https://wordpress.org/support/users/zerojjc/)
 * (@zerojjc)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/)
 * I am trying to get the blue text boxes within the grid on this page to all be
   the same height. Right now they are varying heights based on the amount of text
   is in the event title. Is it possible to make them all the same height?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fequal-sized-text-boxes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Guga Alves](https://wordpress.org/support/users/gugaalves/)
 * (@gugaalves)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17334097)
 * Hi there!
 * Thank you for contacting us. I’ll be happy to help you.
 * You can specify a minimun height for that area using CSS, that should let you
   achieave that goal.
 * For that, please add the following CSS snippet at _wp-admin > Appearance > Customizer
   > Additional CSS_ section:
 *     ```wp-block-code
       .tribe-events-pro-photo__event-details-wrapper {
         min-height: 170px;
       }
       ```
   
 * Best Regards,
 *  Thread Starter [zerojjc](https://wordpress.org/support/users/zerojjc/)
 * (@zerojjc)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17335660)
 * Thank you @gusaalves for your quick response. This would be a great temp fix,
   my only issues is that in the future there might be a title that is longer than
   everything we have now, which would mean having to manually adjust this CSS each
   time. Or, some of the long titles may go away after some time, and then we have
   several short titles but with a large amount of space.
   I was hoping there was
   some css I could apply that will auto sized all of the boxes based on whatever
   the longest title ends up being, at least in the same row. Since this plugin 
   is using flex I figured it would do that already, but apparently there is more
   to it.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17339082)
 * Hi [@zerojjc](https://wordpress.org/support/users/zerojjc/),
 * You can try the following CSS and see if that works for you.
 *     ```wp-block-code
       .tribe-events-pro-photo__event-details-wrapper {
         min-height: calc(100% - 180px) !important;
       }
       ```
   
 * It seems you have an active license with us. For us to help you better and follow
   [WordPress Forum Guidelines](https://wordpress.org/support/guidelines) regarding
   premium users, please open a [Support Ticket](https://theeventscalendar.com/support/#contact)
   on our Help Desk.
 * You’ll hear from one of my colleagues soon!
 *  Thread Starter [zerojjc](https://wordpress.org/support/users/zerojjc/)
 * (@zerojjc)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17339184)
 * Thank you [@d0153](https://wordpress.org/support/users/d0153/), that worked! 
   I thought I had tried that previously but I guess I didn’t. Thanks again!
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17343500)
 * Hi [@zerojjc](https://wordpress.org/support/users/zerojjc/)
 * Thanks for your confirmation and I’m glad that it is now working.
 * If you have a minute, a great review from you would be amazing!
 * [https://wordpress.org/support/plugin/the-events-calendar/reviews/](https://wordpress.org/support/plugin/the-events-calendar/reviews/)
 * I’ll close this thread for now, but please do not hesitate to submit a [Support Ticket](https://theeventscalendar.com/support/#contact)
   on our Help Desk if you have other issues at all.

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

The topic ‘Equal sized text boxes’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Darian](https://wordpress.org/support/users/d0153/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/equal-sized-text-boxes/#post-17343500)
 * Status: resolved