I'm using Bootstrap 5 and I'm trying to left align Navbar social icons when the navbar is collapsed (for small/mobile devices), but right aligned when viewed on a large screen.
Can you help identify which selectors to style? Again, I only want the icons to be left aligned when the navbar is collapsed.
My navbar example is here: https://www.codeply.com/p/4zgJqBtILT
Thank you!
CodePudding user response:
Add to UL tag justify-content-start justify-content-lg-end
and change float-sm-end
class to float-xl-end
<ul >