Title: split dropdoen menu
Last modified: September 28, 2016

---

# split dropdoen menu

 *  Resolved [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/)
 * Hi
    I have a really long dropdown menu and i tried using [this](http://www.prowebdesign.ro/wordpress-sub-menu-items-split-in-2-columns-the-easy-way/)
   but no luck. Please advise. This is my [site](http://www.easy-chemistry.co.il/)

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

 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/#post-8233260)
 * Hi,
    Try using one of these plugins: [https://wordpress.org/plugins/megamenu/](https://wordpress.org/plugins/megamenu/)
   [https://wordpress.org/plugins/wr-megamenu/](https://wordpress.org/plugins/wr-megamenu/)
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/#post-8233402)
 * Hi Menaka
    Thanks fot reply. I tried mega menu but it didn’t work well. Anyway
   I would rather do that with a simple css then with plugin. Do you have any idea
   why it doesn’t work? Or how to do that with this theme?
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/#post-8238057)
 * So I managed to add css to make a scroll to the long menu and move the scroller
   to the right (cause my site is rtl):
 *     ```
       .tc-header .dropdown-menu {
           overflow-y: auto;
           max-height: 500px;
           direction: ltr;
       }
       ```
   
 * and
 *     ```
       @media (max-width: 979px) {
           .tc-header .dropdown-menu {  
              max-height: none; 
            }
       }
       ```
   
 * Only problem left now is the third level menu. It’s not showing properly.
    Any
   ideas?
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/#post-8238204)
 * I know that sould be done with Z-index, but can’t succeed to do that

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

The topic ‘split dropdoen menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [meravjon](https://wordpress.org/support/users/meravjon/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/split-dropdoen-menu/#post-8238204)
 * Status: resolved