Title: Setting the same dropdown menu height?
Last modified: February 11, 2020

---

# Setting the same dropdown menu height?

 *  Resolved [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * (@d7fox7vr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/)
 * There is text in the drop-down menu. In some it’s more, in some it’s less. Blocks
   in height of different sizes. How to make the same height?

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425287)
 * Hi Ed,
 * If you want the next row of items to be on the same line, then make sure the 
   sub menu display mode is set to “Mega Menu – Grid Layout” and use the “Add row”
   button to create a new row for each of the rows you would like to appear on the
   front end.
 * If you require further help please post a link to your site so I can see what
   you’re trying to do.
 * Regards,
    Tom
 *  Thread Starter [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * (@d7fox7vr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425358)
 * Hi [@megamenu](https://wordpress.org/support/users/megamenu/)
 * You probably misunderstood me. I have different block heights for the dropdown
   menu. Shown on the screen [http://prntscr.com/r16kti](http://prntscr.com/r16kti)
   
   How to make the same height? What would be even and equal in height?
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425573)
 * Hi Ed,
 * I see. You could either use custom CSS to set a min-height on those elements,
   or I think you can change the columns to use display: flex.
 * If you need specific help with the required CSS, I will need to see a live link
   to your site.
 * Regards,
    Tom
 *  Thread Starter [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * (@d7fox7vr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425640)
 * Hi [@megamenu](https://wordpress.org/support/users/megamenu/)
 * Rows in height are different. How to fix?
 * My site vela-art.com/proschet-stoimosti-poligraficheskoj-produkczii/
    Here is
   the menu shown in the screenshot [http://prntscr.com/r17w5q](http://prntscr.com/r17w5q)
    -  This reply was modified 6 years, 3 months ago by [Ed777](https://wordpress.org/support/users/d7fox7vr/).
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425683)
 * Hi Ed,
 * You can use custom CSS like this:
 *     ```
       #mega-menu-item-86811 a.mega-menu-link,
       #mega-menu-item-86810 a.mega-menu-link,
       #mega-menu-item-86809 a.mega-menu-link {
           min-height: 100px !important;
       }
       ```
   
 * Regards,
    Tom
 *  Thread Starter [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * (@d7fox7vr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12425761)
 * Hi [@megamenu](https://wordpress.org/support/users/megamenu/)
    added other blocks
   to the code but nothing has changed. Not everyone has changed. [http://prntscr.com/r18jb2](http://prntscr.com/r18jb2).
 *     ```
       #mega-menu-item-98808 a.mega-menu-link,
       #mega-menu-item-98812 a.mega-menu-link,
       #mega-menu-item-98807 a.mega-menu-link,
       #mega-menu-item-98809 a.mega-menu-link,
       #mega-menu-item-98810 a.mega-menu-link,
       #mega-menu-item-98811 a.mega-menu-link,
       #mega-menu-item-98804 a.mega-menu-link,
       #mega-menu-item-98806 a.mega-menu-link,
       #mega-menu-item-98803 a.mega-menu-link,
       #mega-menu-item-98805 a.mega-menu-link,
       #mega-menu-item-86811 a.mega-menu-link,
       #mega-menu-item-86810 a.mega-menu-link,
       #mega-menu-item-86809 a.mega-menu-link {
           min-height: 100px !important;
       }
       ```
   
 *  Thread Starter [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * (@d7fox7vr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12426833)
 * Everything works, cleaned the cache!

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

The topic ‘Setting the same dropdown menu height?’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Ed777](https://wordpress.org/support/users/d7fox7vr/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/setting-the-same-dropdown-menu-height/#post-12426833)
 * Status: resolved