Hi takingtotheopenroad,
I just checked your website and it seems everything is okay. I don’t see the mobile issues.
Thanks.
Hi LaurenWilson,
Sorry to say, but we cannot provide you a support regarding on your problem because you were using a paid themes. You should seek a support from your theme provider. But, I would like to recommend [link remoeved ]they provide a great service.
Hi mlcastejon,
The theme must have a theme support for the menu. To enable this to your theme you should add this code snippet to your functions.php
add_theme_support( ‘menus’ );
When it’s enabled you can register a custom menu when you want, here’s the guide.
http://codex.ww.wp.xz.cn/Function_Reference/wp_nav_menu
Hi shaunbaldwin,
Have you ever tried to put a !important to your CSS code? Maybe it would help.