spugs Posted October 8 Posted October 8 Site URL: http://tuckerbryantspeaks.com Hi! When I hit the dropdown menu that reveals my site's navigation on mobile, the navigation is obscured behind my site's header, so no links are visible. It seem that once the navigation bar is open, I'm unable to scroll - so if I scroll quite far down before hitting the dropdown, the site navigation links do appear , but if the dropdown is hit from the top of the page, it's not possible to reveal the options. It seems like the easiest thing may be to make the site navigation menu appear in front of any other elements, but I don't see an option to do this in the mobile editor. Any potential solutions come to mind? Thanks so much!
Solution tuanphan Posted October 9 Solution Posted October 9 Your problem is harder than I thought, I checked last night and tried some codes but no luck. I just checked again this morning and came up with this code. You can use this to Website Tools > Custom CSS body.header--menu-open #page article>section:first-child { opacity: 0; } body.header--menu-open header#header img { opacity: 0; } You will have a result like this spugs 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
spugs Posted October 9 Author Posted October 9 22 hours ago, tuanphan said: Your problem is harder than I thought, I checked last night and tried some codes but no luck. I just checked again this morning and came up with this code. You can use this to Website Tools > Custom CSS body.header--menu-open #page article>section:first-child { opacity: 0; } body.header--menu-open header#header img { opacity: 0; } You will have a result like this You are phenomenal! Thank you so much for taking the time to help me out here. I really appreciate it!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment