Description:
In mobile view, the rightmost CTA button in the navbar extends outside the visible container, causing layout overflow and poor responsiveness.
Steps to Reproduce:
- Run the project locally
- Open DevTools mobile view
- Set width around 400px
- Observe navbar on homepage
Expected Behavior:
Navbar elements should fit properly within the mobile viewport.
Screenshot
Actual Behavior:
The CTA button overflows outside the screen/container.
Possible Cause:
Navbar items may not be wrapping or resizing correctly on smaller breakpoints.
Suggested Fix:
- Reduce padding/margin on mobile
- Use responsive flex properties
- Hide CTA button on smaller screens if necessary
- Add proper media queries
I would like to work on this issue under SSoC. Please assign it to me.
Description:
In mobile view, the rightmost CTA button in the navbar extends outside the visible container, causing layout overflow and poor responsiveness.
Steps to Reproduce:
Expected Behavior:
Navbar elements should fit properly within the mobile viewport.
Screenshot
Actual Behavior:
The CTA button overflows outside the screen/container.
Possible Cause:
Navbar items may not be wrapping or resizing correctly on smaller breakpoints.
Suggested Fix:
I would like to work on this issue under SSoC. Please assign it to me.