Thank you to everyone who has helped already (crawling these questions/solutions has solved so many issues without even having to ask). TL;DR I'm not a proper designer, just trying my best.
I'm now having issues with a huge blank space to the right of my whole site. I can fix it by setting the header's overflow to hidden, but that hides my drop-down navigation, which is, naturally, a higher priority to keep.
I'm especially running into issues with a strange issue this causes on mobile viewing on certain browsers, as this causes my drop-down navigation to expand into this blank space and show a menu that I hadn't selected.
I'm hoping that if I can somehow get rid of this blank space, this will solved the mobile nav issue.
Question
exceptforturnip 1
Site URL: https://www.courtneychecks.com/
Thank you to everyone who has helped already (crawling these questions/solutions has solved so many issues without even having to ask). TL;DR I'm not a proper designer, just trying my best.
I'm now having issues with a huge blank space to the right of my whole site. I can fix it by setting the header's overflow to hidden, but that hides my drop-down navigation, which is, naturally, a higher priority to keep.
I'm especially running into issues with a strange issue this causes on mobile viewing on certain browsers, as this causes my drop-down navigation to expand into this blank space and show a menu that I hadn't selected.
I'm hoping that if I can somehow get rid of this blank space, this will solved the mobile nav issue.
Thank you so much in advance.
Link to post
Top Posters For This Question
2
1
Popular Days
Feb 20
1
Feb 21
1
Mar 1
1
Top Posters For This Question
exceptforturnip 2 posts
bangank36 1 post
Popular Days
Feb 20 2021
1 post
Feb 21 2021
1 post
Mar 1 2021
1 post
Popular Posts
bangank36
Could you try this .header-menu .header-menu-nav-list { transform: translatey(0); overflow-x: hidden; width: 100vw; height: 100vh; } .header-menu-nav-folder:not(.header-menu-nav-fo
exceptforturnip
This did the trick; thank you so, so much!
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment