Skip to content

Responsive: Header navigation links overlap with logo on mobile #627

@pari-dubey1

Description

@pari-dubey1
  1. The Problem

Current Behavior: On the "Contact Us" page, when the screen is resized to a smaller width, the navigation links in the header ("Recipe," "Customize," "Scale Recipes") overlap with the website logo "BakeGenius.ai". This makes the header unreadable and unusable.

Expected Behavior: The header should be fully responsive. On smaller screens, the navigation links should collapse into a hamburger menu icon (☰) to prevent layout issues and maintain usability.

Image
  1. Proposed Solution

Suggestion: Implement a "hamburger menu" for the header navigation.

Use a media query to hide the text links on screens below a certain breakpoint (e.g., 768px).

Display a hamburger menu icon in their place.

Use JavaScript to toggle the visibility of the navigation links in a dropdown menu when the icon is clicked.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions