Skip to content

Refactor Navigation Menu Layout (ccnav) to Match IDFC #421

Description

@amarghioali

The current layout of the secondary navigation bar (ccnav) differs from the IDFC reference site. Specifically:

  • IDFC Site: Features a split layout with the navigation menu items aligned to the left and the notification bell icon positioned on the far right.
  • Current Project: All items are currently grouped together in the center.

Technical Changes Implemented

To facilitate this layout transition, we are using a specific semantic CSS class for the bell icon: .category-nav-bulletin-card-notification.

By targeting this class, we can decouple the bell icon's positioning from the main navigation list. This allows the icon to be pushed to the far right independently while maintaining the menu items on the left.

Ref: #419

Task Requirements

The goal of this issue is to adjust the CSS and layout to achieve the following:

  • Alignment: Push the regular menu items to the left and the bell icon to the far right.
  • Width: Match the overall container width of the IDFC reference site (spanning from the IDFC logo edge to the Login button edge).
  • Consistency: Ensure the horizontal spacing and padding match the reference design.
Image

Metadata

Metadata

Assignees

Labels

mediummedium size ticket scope

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions