Hello Wamhost,
The responsive menu works well on mobile but is hidden behind your content by this:
#main-menu: height: 60px;
You should try to find where it comes from and change it.
Regards
Hi Tom,
Thank you for your awesome widget !
I use it on my website: http://www.userafterall.com
I had the same problem with the Minamaze theme so I thought I could add also a comment with a solution to the double menu problem if anyone with the same problem comes here.
In the header.php file, delete the following code:
<?php /* Add responsive header menu */ thinkup_input_responsivehtml(); ?>
That’s all, thanks again 🙂