Currently utilizing Bootstrap 5, my goal is to align the Navbar social icons to the left when the navbar is collapsed for small/mobile devices, and to the right when viewed on a larger screen. Can you assist in identifying which selectors need styling for this specific requirement? The desired outcome is to only have the icons left aligned when the navbar is in its collapsed state.
You can find an example of my navbar setup by following this link:
To get a visual understanding of what I am aiming for, please take a look at this screenshot: Navbar Example Screenshot
Your help is greatly appreciated! Thank you!