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

Center Align the Comany Name in the side navigation #1111

Closed
wants to merge 1 commit into from

Conversation

ColDog5044
Copy link
Contributor

This pull request includes changes to the styling and structure of the navigation sidebar and header of the application.

Styling improvements:

  • css/sidebar_navigation.css: Center aligns the ITFlow Company Name in the left navigation sidebar by adding center alignment to the brand-text class.

Header integration:

  • header.php: Adds a link to the new sidebar_navigation.css file to ensure the updated styles are applied.

Adds center text alignment to the adminlte class: brand-text
Copy link

@ColDog5044
Copy link
Contributor Author

The commented code lines would wrap long company names to a second line. That can be implemented as soon as someone figures out how to either dynamically update the .sidebar margin or statically set it to margin: calc(6rem +1px).

@johnnyq
Copy link
Collaborator

johnnyq commented Dec 7, 2024

Hi @ColDog5044 thank you for the pull request, however this can be accomplished with text-center class thats built into bootstrap 4 / adminlte 3.

@johnnyq johnnyq closed this Dec 7, 2024
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