Hello,
I have done a Mega Menu for my website and it is not visualized well in mobil.
Can you help me?
Thank you!
This topic has 7 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello,
I have done a Mega Menu for my website and it is not visualized well in mobil.
Can you help me?
Thank you!
Hello,
I have seen that the problem with the Mega Menu happens only with this header.
And this header you modified it with our request, this one is the ticket of the request:
https://www.8theme.com/topic/search-form-category/
I hope that it helps you.
Thanks
Hello,
Unfortunately the changes that applied by our colleague can’t be modified for mobile and those changes were made for you as an exception as we don’t provide additional customization.
If you want to get default mobile menu you have to revert back to default theme configuration and remove modifications made in the child theme.
Please take our apologies.
Regards,
Eva Kemp.
Hello Eva,
I understand it but I’m not agree with you. Remember that those changes were made because in the screenshots of your template you were showing an advanced searcher with those options we were asking for, and finally when we bought it this searcher wasn’t available.
This was the first reason for us to buy the template and, of course, if we are looking for a responsive template we will need a responsive menu, so I wait for your respons and I hope to get it solved as soon as possible.
You should understand that it was very important for us and was the reason to buy your template.
Kind regards.
Hello,
Check your mobile menu now, please. It was theme problem, files classico/headers/structure-10.php (lines 54-59) and structure-11.php (lines 47-53), code
<div class="mobile-menu-wrapper">
<div class="container">
<div class="navbar-collapse">
<?php et_get_main_menu(); ?>
</div><!-- /.navbar-collapse -->
</div>
</div>
should be replaced by
<div class="mobile-menu-wrapper">
<div class="container">
<div class="navbar-collapse">
<?php et_get_mobile_menu(); ?>
</div><!-- /.navbar-collapse -->
</div>
</div>
Also would recommend to add margin after search form in header, because at present it looks too close to the image
.header .yith_woocommerce_ajax_search.widget {margin-bottom: 30px;}
Regards,
Olga Barlow
Great! Everything works perfectly!
Thanks for all.
Regards.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Problems with the visualization of the mobile Mega Menu’' has been successfully resolved, and the topic is now closed for further responses