interlineado en widget texto
-
Intento crear un estilo para cambiar el interlineado a un widget texto, pero no me aplica la capa de estilo. Como lo puedo hacer?
The blog I need help with is: (visible only to logged in users)
-
Google translation:
I try to create a way to change the line spacing to a text widget, but I apply the layer style. As I can do?Hi there, the text in a text widget is typically wrapped in paragraph tags, so the code you have now in your custom CSS is close. Change it to look like the following, but you will need to adjust the 0 line-height value.
#direccion p { font-size: 12px; line-height: 0; margin-bottom: 5px; }
- The topic ‘interlineado en widget texto’ is closed to new replies.