Dropdown Menu in Mobile viewing doesn't work

Hello,

i’ve having some issues with my main menu after updating X and Cornerstone.

On desktop viewing (when all the various menu and submenus are displayed), it is fine.

However, on mobile viewing (when all are collated into a dropdown menu), when i click on the menu, it no longer drops down over the main page.

It used to work fine before but now it doesn’t drop down like how it used to.

Hope to be able to get this fixed soon.

Thanks for any help in advance!

Here is my website:
www.spinworkx.com

Hi There,

Thanks for writing in! It seems that your menu is loading behind (see secure note).

Could you please try removing your custom CSS rules added to your site. If not, try disabling your 3rd party plugins and test this issue again.

Let us know how it goes.
Thanks!

Hey,

thanks for the reply.
i tried turning off the Custom CSS rules and yes the menu does appear in front, but not like how i’d like it to.

Before when i was doing up the site, all these Custom CSS rules were put in place to have the menu just like how i’d wanted it to appear.

All the other pages seem to work fine, only the main home page drop down menu doesn’t work.

Is there any CSS code that i can add that will get the drop down menu for the home page to drop down in front of the page instead of loading behind?

Hey @core,

Add this to your CSS.

body.home {
    height: 100vh;
}

Just note that the code is only to for your particular situation where you don’t have any content in your home page so the body height is short. That is the reason why your menu is not showing up. I have not taken into account other situations so if the code won’t work or conflicts with other things in the future, you will need to hire a third party developer to fix or enhance it for your needs as the code serves only as a guide.

Hope that helps and thank you for understanding.

Hey @christian_y

thanks so much for the quick fix!
Works superb and exactly how it was before the update.

Thanks again!!

That’s great to hear! you are welcome :slight_smile:

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