How do I change the position of the login links at the top?
Support Ticket
+issues
I've tried making CSS classes that change the position, but it ignores them. Everything to the left of the login links inclusion I can move around and change okay. I managed to change the font. But the text won't move from being stuck to the top of the nav bar.
I thought maybe if I looked in the *account logging card I could find styling there, but I'm not even sure how that card is set up, becaues it has no content and no structure.
I has something to do with
media="all"
#menu #logging {
float: right;
right: 0.5%;
top: 2px;
}
Because if I turn off the float, the logging menu moves. But I don't know where these properties are being specified.