If you go to the link below, view it in mobile mode, the Home page Menu has bad spacing. If you go to any other page the mobile menu works great.
Any reason why you can see?
thanks
Hi LifeIsNow001,
Not sure why that is happening, could you try to deactivate all plugins you might have active to see if one of them is causing a conflict? Also, did you do any customisation to the theme? Please send us a temporary admin login so that we can have a closer look if you should have any further problems. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Thank you, someone else had put a lot of css into the quick css, i narrowed it down and got it fixed. They had
.page-id-14 .sub-menu {
top: 100px !important;
}
to move part of the sub menu down. But it also changed the mobile menu, i had to move it to a media query min-width 768, all good now.
Solved!