Hello @jenni1990,
Sorry for the issue.
Can you please share your website URL for which we can able to review the particular issue?
Regards
Bibhu
Hello @jenni1990,
Hope your issue is resolved.
Let us know if you are still having the same issue.
Regards,
Bibhu
Sorry, the Mail to this topic was detected as spam. No the issue is not solved. the link to the site is wp.hukki.com
Hello @jenni1990,
I checked your website link and I found some js error on the console and the error is coming from your current theme.
priority-menu.js?ver=20181214:47 Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
at prependElement (priority-menu.js?ver=20181214:47)
at updateNavigationMenu (priority-menu.js?ver=20181214:128)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
at updateNavigationMenu (priority-menu.js?ver=20181214:149)
.
Therefore can you please make a cross check by changing your current theme and deactivating some of your other plugins that you have.
After this let us know if you are still having the same issue.
Regards,
Bibhu
Hello @jenni1990,
I found the solution for you, as per my previous reply the issue is due to your custom css code and that you have to change.
this code is available on you child theme style.css
@media only screen and (max-width: 768px)
#wprmenu_bar, #mg-wprm-wrap {
display: block; // here you need to comment this or make it "display: block;"
justify-content: center;
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
border-radius: 10px;
}
Hope it will resolve your issue.
After this let us know if you are still having the same issue.
Regards
Bibhu