Broken dropdown on menu

Site is here: http://54.229.100.24/services/

I’ve disabled all plugins to see if that helps and removed all custom CSS. No good. Looking for any help possible, thanks.

Hi there,

Please add this code:

.x-navbar .mobile .x-nav li.current-menu-item>a {
    color: #ee5a2b;
}
.x-navbar .mobile .sub-menu {
    background-color: #fff !important;
}

Hope this helps.

Hey, I added the code but no luck in getting it working im afraid :frowning:

Hi There,

Upon checking, I see that you’re not fully updated with regard to X theme & Cornerstone. Could you please try updating your X theme & Cornerstone and then test your site again.

You can check the latest version numbers from here (https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195).

Thanks!

Hi, theme and cornerstone updated, still no luck. Any idea why?

Hi there,

Before we continue with this issue, please make sure to disable your site/host’s Pagespeed feature. Just to make sure we’re not testing and fixing the cached files.

Plus, the root cause of that issue is this custom CSS

.x-navbar-inner {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #000;
    overflow: hidden;
    position: relative;
}

The overflow: hidden; to be specific :slight_smile: , please make sure to remove that and disable Pagespeed.

Thanks!

Hey, don’t recall this CSS and can’t find it. Is this custom CSS that has been added or is it in a file somewhere?

Hi there,

I’m not sure since the CSS is pulled from cache, have you disable Pagespeed? I’m pretty sure it’s a custom CSS as I don’t remember the theme having that kind of CSS.

Thanks!

Hi, I’m not sure how to disable pagespeed. I haven’t installed any caching plugins, is it somewhere in the theme?

Hi there,

It’s your hosting’s feature, you may contacting them or login to your hosting panel and disable it.

Thanks!

Hi, I did as requested and disabled pagespeed. Still nothing :frowning:

Had to move the site here btw: http://34.248.13.193/

Any other ideas? This didn’t work :’(

Hello Again,

When we try to visit your site, we are encountering an error.

Please contact your hosting provider and ask assistance to resolve this issues first. We need to view your site for further investigation.

Thanks.

Hi I mentioned above I had to move to here: http://34.248.13.193/ this is because I needed a new key pair to SSH in

Solved, thanks!

Hey There,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.