Home › Forums › Handy Theme Support › navigation menu problems
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
July 14, 2019 at 9:09 am #126607
Hi,
On smart phone environment,
When I click the navigation menu , all sub menus appears as opened. Sub menus must be closed when the navigation menu is clicked at first time. After opening navigation menu , if you click sub menu sub menu must be open .On Pc environment,
After open the sub menu , half of sub menu appears out of screen . I couldn’t see items. What’s the problem ?My site url is www.melikeoruc.com
Can you help me ?
July 15, 2019 at 6:39 am #126618Hi,
Kindly use this plugin https://wordpress.org/plugins/wp-responsive-menu/
Regards,
ChrisJuly 15, 2019 at 9:33 am #126649Thanks . I downloaded the free version. After installing plug in , old navigation menu appears again with new navigation menu on smart phone. How can disapper old one ?
July 15, 2019 at 9:37 am #126651Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .toggle { display:none !important;} }
Regards,
ChrisJuly 19, 2019 at 4:30 am #126956Thanks. It’s ok.
July 19, 2019 at 5:44 am #126967Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/23/
Regards,
ChrisJuly 26, 2019 at 4:10 am #127465Hi again ,
After navigation menu is disappeared. But when I change the orientation on mobile navigation menu appears again and logo position change . Whats the problem ?July 26, 2019 at 5:02 am #127466Hi,
Kindly use this one
@media screen and (min-width:480px) and (max-width:767px) { .toggle { display:none !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.