Cambiar texto del botón RESPONDER

  • Autor Autor DavidVaz
  • Fecha de inicio Fecha de inicio
Prueba agregando este código CSS en tu plantilla.

Insertar CODE, HTML o PHP:
.comments .comment .comment-actions a {
text-align:right;
position:relative;
}
.comments .comment .comment-actions a:hover {
text-align:right;
position:relative;
}
 
Última edición:
Prueba agregando este código CSS en tu plantilla.

Insertar CODE, HTML o PHP:
.comments .comment .comment-actions a {
text-align:right;
position:relative;
}
.comments .comment .comment-actions a:hover {
text-align:right;
position:relative;
}

¿Donde debería agregarlo? ¿Bajo o sobre que?
 
Nada, no funciona.

Pero gracias igualmente 🙂

Prueba con uno de estos:

Pegalos luego de /* Comments----------------------------------------------- */ para sea más ordenado tu plantilla n.n

Prueba:

Insertar CODE, HTML o PHP:
.comment-reply {
text-align:right;
position:relative;
}

Si no sirve el anterior prueba este:

Insertar CODE, HTML o PHP:
.comment-reply {
float:right;
}

Por ultimo prueba este:

Insertar CODE, HTML o PHP:
.comments .comment .comment-actions a {
float:right;
}
.comments .comment .comment-actions a:hover {
float:right;
}

Si no funciona ninguno pues la intención es lo que vale 😉
 
Última edición:
Después cuando tenga 5 minutos pruebo.

Gracias!
 
Atrás
Arriba