Title: The mobile version does not work
Last modified: December 11, 2022

---

# The mobile version does not work

 *  Resolved [malaquro](https://wordpress.org/support/users/malaquro/)
 * (@malaquro)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-mobile-version-does-not-work/)
 * The mobile layout made in the MENU > MEGA MENU section does not work. The layout
   is displayed there correctly, namely in 2 columns each block. Whereas in fact
   everything is in one line. What’s wrong and how to fix it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthe-mobile-version-does-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Moin Munna](https://wordpress.org/support/users/moinmunna/)
 * (@moinmunna)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-mobile-version-does-not-work/#post-16283547)
 * Hello [@malaquro](https://wordpress.org/support/users/malaquro/),
    Thanks for
   reaching out to us!
 * I have inspected your page and found the megamenu you mentioned. The Megamenu
   items were shown in one column there. Now I’m not quite sure about the origin
   of the issue with the information you have shared. However, I have a CSS solution
   for you to show the Megamenu items in Two columns. Add the following CSS in your**
   Appearance>Customize>Additional CSS** section.
 *     ```
       @media (max-width: 767px) {
         .elementskit-megamenu-panel .elementor-container.elementor-column-gap-default {
         display: grid !important;
         grid-template-columns: repeat(2,1fr) !important;
       }
       }
       ```
   
 * Let us know if you need further assistance.
 * Best Regards,
    Moin
    -  This reply was modified 3 years, 6 months ago by [Moin Munna](https://wordpress.org/support/users/moinmunna/).
 *  Thread Starter [malaquro](https://wordpress.org/support/users/malaquro/)
 * (@malaquro)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-mobile-version-does-not-work/#post-16290149)
 * I go to “Appearance” >”Menu” >”Mega Menu” and edit as in the Elementor editor.
   There are editing versions for tablets and for phones. There I have set up a 
   tablet version in 3 rows and a mobile version in 2 rows.
 * But they don’t work. And for both versions, everything breaks down in one row,
   which is strange, because everything is beautiful in the editor there.
 * (I can provide access for verification or insert screenshots, but I don’t see
   where to do it in this chat)
 *  Plugin Support [Moin Munna](https://wordpress.org/support/users/moinmunna/)
 * (@moinmunna)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/the-mobile-version-does-not-work/#post-16298129)
 * Hello [@malaquro](https://wordpress.org/support/users/malaquro/),
 * Sometimes, any of the controls may not work because of a CSS override caused 
   by any environmental issues. That’s why I provided the CSS.
 * Kindly let us know if the solution worked.
 * Best Regards,
   Moin

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

The topic ‘The mobile version does not work’ is closed to new replies.

 * ![](https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175)
 * [ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor](https://wordpress.org/plugins/elementskit-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementskit-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementskit-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/elementskit-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementskit-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementskit-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Moin Munna](https://wordpress.org/support/users/moinmunna/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/the-mobile-version-does-not-work/#post-16298129)
 * Status: resolved