Fix: Responsive Header and Navigation Bugs #674
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PThis PR fixes the unresponsive and inconsistent navigation header across the entire website. The previous implementation had conflicting CSS and missing JavaScript on different pages, leading to several UI bugs on mobile and tablet viewports..
Type of change
[✅] Bug fix
[ ✅] Improvement
How Has This Been Tested?
1.)Desktop View: Loaded the pages on a wide screen to ensure the desktop navigation bar looks and works correctly.
2.)Responsiveness Test: Resized the browser window from wide to narrow. Confirmed that the navigation links correctly collapse into a hamburger menu at the 1100px breakpoint, fixing the text overlap issue.
3.)Mobile Menu Functionality:
-On mobile view, clicked the hamburger icon to open the menu. Confirmed all links are visible and styled correctly.
-Navigated between pages using the mobile menu links. The header remains consistent and functional on every page.
Checklist:
Screen.Recording.2025-09-21.223500.mp4