How do I align text inside a link to the left of the width of the link?
As you can see in the picture, the text inside the contact link is aligned to the right, I want it to align to the left so there is no redundant space inside it, I tried with text align: left inside the div but it didn't work, any ideas?
Solved it in the meantime. I had the list inside a div called "user11", so I made the links inside it display as inline and that allowed me to text align it, so if anyone finds it useful that's how I did it.
Without code we're guessing wildly, but just from your debugger output you've got a nasty case of divitus going on there -- endless div for nothing given how simple the rendering is.
Bookmarks