Title: Different sized rows
Last modified: May 4, 2021

---

# Different sized rows

 *  Resolved [foresme](https://wordpress.org/support/users/foresme/)
 * (@foresme)
 * [5 years ago](https://wordpress.org/support/topic/different-sized-rows/)
 * Hi there,
 * Wondering whether I can use CSS to target a single row and make it a bit larger
   than the other rows in the table (as one row has a lot more content than the 
   others). What classes can I use to do this? Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years ago](https://wordpress.org/support/topic/different-sized-rows/#post-14397027)
 * Hi [@foresme](https://wordpress.org/support/users/foresme/),
    Each row has class
   like `mptt-shortcode-row-` with an sequential ID starting from 0 like `.mptt-
   shortcode-row-0`, `.mptt-shortcode-row-2`, etc. You may target them to add custom
   CSS e.g.:
 *     ```
       .mptt-shortcode-row-9 {
           height: 200px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Different sized rows’ is closed to new replies.

 * ![](https://ps.w.org/mp-timetable/assets/icon-256x256.png?rev=2665792)
 * [Timetable and Event Schedule by MotoPress](https://wordpress.org/plugins/mp-timetable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp-timetable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp-timetable/)
 * [Active Topics](https://wordpress.org/support/plugin/mp-timetable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp-timetable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp-timetable/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [rows](https://wordpress.org/support/topic-tag/rows/)
 * [timetable](https://wordpress.org/support/topic-tag/timetable/)

 * 1 reply
 * 2 participants
 * Last reply from: [dimned](https://wordpress.org/support/users/dimned/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/different-sized-rows/#post-14397027)
 * Status: resolved