Aligning The User-icon And User-name To Left
I have a drop-down at the right with a icon, user-name and a right arrow. Its not getting aligned properly.
.navbar-collapse{
padding: 0;
}
.navbar-left{
margin: 0;
padding: 0;
}
Side Note: Your output doesn't show up in the edit version probably because your output comes up only in wide screen mode and during edit the other tabs like HTML/CSS/JS are being shown which makes the output screen not be full width.
Post a Comment for "Aligning The User-icon And User-name To Left"