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

Fix Navigation Bar Misalignment (#267) #270

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

GarimaSingh0109
Copy link
Contributor

This PR addresses two issues with the website's navigation bar(#267 ):

  1. Button Misalignment: Buttons within the navigation bar are not aligned horizontally or vertically, creating a cluttered and unprofessional look.
  2. Navbar Positioning: The entire navigation bar is positioned incorrectly. It may be too high, too low, overlapping content, or not fixed during scrolling.

Impact: Misaligned buttons can negatively impact user experience:
Difficulty finding desired buttons
Frustration and potential website abandonment

Possible Causes:
Incorrect CSS button alignment styles
Conflicting CSS rules
Responsive design issues on different screens
Improper HTML structure for the navigation bar

Solution:
Investigate the cause using browser developer tools.
Implement CSS fixes for proper horizontal and vertical button alignment.
Adjust navigation bar positioning using CSS properties (position, top, left).
Test changes thoroughly across various devices and browsers.
This PR aims to improve the navigation bar's visual appeal and user experience by ensuring proper button alignment and navbar positioning.

Before:

job-portal-issue-nav

After:

job-portal-sol-nav

Copy link

netlify bot commented May 27, 2024

Deploy Preview for jobnow ready!

Name Link
🔨 Latest commit 26ef3dd
🔍 Latest deploy log https://app.netlify.com/sites/jobnow/deploys/6654761c7645300008dc548c
😎 Deploy Preview https://deploy-preview-270--jobnow.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Rajan-Barnwal Rajan-Barnwal merged commit 3d382ce into Rajan-Barnwal:main Jun 2, 2024
4 checks passed
@GarimaSingh0109
Copy link
Contributor Author

@Rajan-Barnwal Hey thank you for finding my work appropriate and merging it. I would like to request you to label this pr under GSSOC'24 with a label you find appropriate. I would like to thank you for the same.

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

Successfully merging this pull request may close these issues.

2 participants