b&w_logo Created with Sketch.
  • Get Started
  • Contact
  • Sign up
  • Sign in

sharks

get started

concepts

features

syntax

 

monkeys

intro

mods

REST API

 

platypuses

github

blueprints

tickets

 

everyone

support

ideas

contact

license

 

 
 

How do I change the position of the login links at the top?

help edit space_dashboard

Support Ticket

+status
closed
help edit space_dashboard
+tags
 

+issues

help edit space_dashboard

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.

 

help edit space_dashboard

Okay, apparently that particular thing had to be moved using margin-top instead of the other position commands. Not sure why? But you can close this since I figured it out.

--Lora Friedenthal.....2013-11-07 13:18:11 +0000