Menu Items Not Linking To Eachother

Hello. First, thank you guys for your incredible service.

On my website, ******, my menu is messed up. On my home screen, my menu wont let you click home, or services, but will let you click “book an appointment”. Similarly, on the “Services” page, it does not let you click the home menu item. How do i fix this?

Hi there,

Would you please kindly update the theme to version 5.1.1 and Cornerstone to version 2.0.6 and clear any possible cache plugin you may have and see if it fixes the issue?

Also if you have any kind of customization in Customizer or in X > Launch > Options > CSS/JS kindly remove them and check the case.

Thank you.

I’ve tried clearing the cache, and I have no code in that section. I have automatic updates on so my theme is up to date.

Is there any way this can be fixed?

Hi,

It’s not working because of this css code.

.x-navbar .desktop .x-nav>li>a {
    color: #fff;
    left: 100px;
}

Please remove left:100px;

Then remove margin-left: -150px; in this code

.x-brand {
    color: white;
    margin-left: -150px;
}

To make your logo and nav extend, you can add this code instead.


.x-navbar .x-container.max {
    max-width: 95%;
}

Hope that helps