Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How I can go down a bit? (¿Como puedo bajar un poco?)
YAcosta
✭
I can not get off the controls a little below, edit the CSS top and putting some value and moves down controls. Edit the sfooter.css but I can not effect. Hopefully you understand this translation.
thanks
Original:
No logro bajar los controles un poco mas abajo, edite el archivo CSS poniendo top y algun valor y no se mueve hacia abajo los controles. Edite el archivo sfooter.css pero no logro el efecto. Ojala se entienda esta traduccion.
Gracias
0
Comments
Hello its padding!
} .SFBox span { display: block; font-weight: normal; font-size:9px; line-height: 1; padding-bottom:2px; min-width:38px; }
padding-bottom:2px; Change this.
did you say "Goin' Down ? here is some padding for ya
http://www.youtube.com/watch?v=_2s7WMVMDjU
this song helps when editing css ... honest...it is an extension of Firebug
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@Yacosta conseguiste mover la caja al completo? Ya que trato de hacerlo y lo unico que consigo mover son los numeros.
Gracias de ante mano!
Is it just me or did I just get better!
Disculpa la demora por responder, no me había percatado que estaba deslogueado de este foro y siempre que entraba no veía mensaje.
Si lo hice y era bastante facil, tomando un poco la idea de Srggamer, no debes tocar el archivo css del tema sino del plugin. El plugin tiene un css llamado sfooter.css, yo necesitaba espacear con 12px asi que le agregue margin-top: 12px; a .SFBox. Si no has tocada ese archivo con esta modificación te quedaria así:
.SFBox {
background: #004C9B;
color: #99e2fe;
padding: 5px 5px 0;
float: right;
height: 38px;
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
margin-top: 12px; /* <= Esto aumente yo */
}
.SFBox span {
display: block;
font-weight: normal;
font-size:9px;
line-height: 1;
padding-bottom:2px;
min-width:38px;
}
Saludos
Vale, he estado un par de dias con fiebre en cama (( Mañana lo miro y te comento! Yo creo recordar, que tambien estuve tocando el CSS del addon y no del Theme. Pero como siempre guardo copia de todo, no hay mas que restaurarla.
Un saludo!