Home › Forums › Support › Mobile Navigation Not Working This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 16, 2017 at 5:24 pm #404505 Vincent Hello, I’am hoping someone can help me. I’m in the middle of creating a website: http://crustpizzacompany.co.uk Currently the Navigation works fine on on Desktop but on mobile devices the Home Page will work but none of the other pages will. Can someone please help me find a solution. THANKS!! October 16, 2017 at 5:51 pm #404517 LeoStaff Customer Support Hi there, Looks like the oval shape at the bottom of the page header background image is covering up the access to click the menu toggle. This is the CSS I see from Elementor which is not responsive: .elementor-9 .elementor-element.elementor-element-qzsjnry > .elementor-shape-bottom svg { width: calc(200% + 1.3px); height: 470px; } I would contact their support first to see if there is a solution. October 16, 2017 at 6:18 pm #404527 Vincent Hello Thank you for the quick reply.. I can adjust the height/width of the menu with no problem… But still can’t access the menu after the homepage, why am I able to access the menu from the homepage but not on any other page?? I have contacted elementor and waiting a reply also. Thank you for getting back to me Kind Regards! October 16, 2017 at 9:52 pm #404600 LeoStaff Customer Support It’s the oval shape thing that’s causing the problem. Not the menu. For example, this CSS should be a quick patch to the problem: @media (max-width: 768px) { .elementor-129 .elementor-element.elementor-element-thgqhqo > .elementor-shape-bottom svg { width: calc(200% + 1.3px); height: 200px; } } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In