I would like to make the toolbar links to be aligned to the right. I tried a view things in toolbar.css but I think I do not find the right place.
I could do it in div#toolbar-toolbar { ... section with left: 500px;
But that is no good idea
I also tried
div#toolbar-toolbar ul.links li,
div#toolbar-toolbar ul.links li a {
float:left;
padding-right: 0.25em;
text-align:right;
}
But text-align: right does not change anything ...
Then I tried
div#toolbar-toolbar div.depth-0 #admin-toolbar-admin {
float:right;
}
But then Login is more left then the links ....
Comments
Comment #1
dydave commentedThanks everyone for the efforts and work on this issue! 🙏
More than 15 years of inactivity on this issue for the Drupal 6 version of the module which is not supported anymore.
Therefore, closing as Outdated, for now.
Feel free to let us know if you have any questions or concerns on any aspects of this issue or the project in general, we would surely be glad to help. 😊
Thanks in advance!