Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide page should be responsive #349

Open
krisnachaitanya opened this issue Jan 16, 2025 · 0 comments
Open

Guide page should be responsive #349

krisnachaitanya opened this issue Jan 16, 2025 · 0 comments

Comments

@krisnachaitanya
Copy link

Issue Description:
On the Nightwatch.js website, the "Guide" page has a layout issue where the 'What is Nightwatch?' section overflows horizontally on extra-large screens (>1200px). Additionally, the 'Supported Browser' section overlaps with the right container, causing the entire page to overflow horizontally.

Steps to Reproduce:

  1. Open the Nightwatch.js website
  2. Navigate to the Guide page by clicking on "Guide" in the navigation bar.
  3. Scroll down to observe the issue in the Nightwatch and Supported Browser sections.
  4. Resize the browser window to an extra-large screen width (over 1200px) to see the problem in detail.

Observations:

  • The issue is only noticeable on screens with a width greater than 1200px.
  • The Nightwatch section's width exceeds the container, causing horizontal scrolling.
  • The Supported Browser section's content overlaps with the right-side container, leading to layout misalignment.

Suggested Fix:

  1. Adjust Column Widths in the page-content Section:
    Ensure the columns in the page-content section are properly divided to avoid exceeding the container width.

  2. Test Layout Responsiveness:
    Verify the alignment of sections across all screen sizes, with special attention to extra-large screens (>1200px).

Additional Information:

  • The problem may stem from incorrect grid usage or uncontained elements within the Nightwatch and Supported Browser sections.

Screenshot:
prev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant