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

Contact Us Page Heading Overlaps with Navbar #348

Open
Deepanshi0019 opened this issue Oct 28, 2024 · 0 comments · May be fixed by #373
Open

Contact Us Page Heading Overlaps with Navbar #348

Deepanshi0019 opened this issue Oct 28, 2024 · 0 comments · May be fixed by #373
Labels
gssoc-ext GSSoc Extended hacktoberfest Hactober Fest 2024 hacktoberfest-accepted Hactober Fest 2024 level1 GSSoc Extended Level 1 Points

Comments

@Deepanshi0019
Copy link

Is your proposal related to a problem?

The Contact Us page heading is partially hidden behind the navbar. This layout issue occurs due to the fixed position of the navbar, which overlaps with the top of the page content, making the heading partially obstructed. This creates a poor user experience as the heading is not fully visible without scrolling.

(Write your answer here.)

Describe the solution you'd like

(Describe your proposed solution here.)
dding a margin-top or padding-top to the Contact Us page content area would push the content below the navbar. The value of this margin or padding should match the navbar height to ensure proper spacing and visibility of the heading. Example CSS:

Describe alternatives you've considered

1.Adjusting the navbar's position to relative, though this may affect the navbar's fixed position effect.
2.Using JavaScript to dynamically adjust the top margin of the content based on the navbar's height, though this adds complexity.

###screenshot
Screencast from 2024-10-28 17-21-54.webm

Label Request: Please add the labels gsoc-ext, hacktoberfest, and hacktoberfest-accepted for better visibility and tracking for these programs.

@subhadipbhowmik subhadipbhowmik added gssoc-ext GSSoc Extended hacktoberfest-accepted Hactober Fest 2024 level1 GSSoc Extended Level 1 Points hacktoberfest Hactober Fest 2024 labels Oct 29, 2024
@Deepanshi0019 Deepanshi0019 linked a pull request Nov 5, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSoc Extended hacktoberfest Hactober Fest 2024 hacktoberfest-accepted Hactober Fest 2024 level1 GSSoc Extended Level 1 Points
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants