I put this code between two lines to increase line spacing but it doesn't work...
<p style="text-align: left;"> </p>
P.S. In another theme it works but in mine NOT. Does anyone know what's the problem?
Thanks in advance.
I put this code between two lines to increase line spacing but it doesn't work...
<p style="text-align: left;"> </p>
P.S. In another theme it works but in mine NOT. Does anyone know what's the problem?
Thanks in advance.
Just fix it in your CSS.
body,html {
line-height: 135%
}
If you just want a hard line feed try this:
<br class="blank" />
thanks for help. It works!
This topic has been closed to new replies.