Skip to content

[FEATURE] top section content (page header text) is hidden behind the fixed navbar #93

@MehakGo

Description

@MehakGo

What problem are you facing?

The top section content (page header text) is hidden behind the fixed navbar. This makes the header partially invisible and creates a poor first impression.

Image

Proposed Solution

  • Add top padding or margin to the main content area equal to the navbar height (e.g., padding-top: 70px;).
  • Alternatively, adjust the navbar’s positioning (e.g., sticky vs fixed) so it doesn’t overlap content.
  • Ensure consistent spacing across all pages.

Alternatives Considered

  • Keeping the current fixed navbar (but this causes overlap issues).
  • Using a transparent navbar (not ideal since it reduces readability).

Additional Context

Example fix:

body {
  padding-top: 70px; /* match navbar height */
}

@devayanm I want to work on this issue under OSCI , please assign it to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions