Yeah, that would seem another easy possibility, yet:
.sidebar a {
text-align:right;
}
does not work either. Then simply nothing happens.
Oh, I figured it out.
I did this:
li {
text-align:right;
}
Of course, this will mess up all my lists, but it’ll do for now. I might also just make the custom menu myself using a simple text-widget ??
Thanks for the help