Home › Forums › CSS › [Solved] list block element align to the right problem › Re: [Solved] list block element align to the right problem
Alright, that fixed up some other issues I was having.
But I’m still stuck with the navigation being aligned to the left, rather than right. The culprit seems to be the float: left; because when removed, the navbar is aligned to the right. But then it looks like a list, rather than each being horizontal with one another.
A workaround would be using float: right;, but this isn’t ideal because then my navigation is somewhat backwards in the HTML file. Although it looks correct visually. Is this my only option? Or is there a solution to my problem? I’d think many people would run into this as I don’t think what I am doing is uncommon. Grateful for the help so far.