Page 1 of 1
Adjust Line Height - Having Problems
Posted: Fri Aug 03, 2012 8:23 am
by itsallwhite
How would I adjust line height of text entered in to the post opt-in form (or custom forms)? I have tried various things using Firebug but can't get it to work
For example how would I add a line height of 150% or 20px for the content?
(great plugin BTW)
Posted: Sat Aug 04, 2012 10:21 am
by nico_pn
Hi,
In the "More Settings" section you can find lots of options to customize your form like "Form Width" and "Form Height". Have you tried to set this fields ?
Posted: Sun Aug 05, 2012 9:03 am
by itsallwhite
I can see no options to change the line height of the text in "more settings". My text looks squashed so I need to increase the amount of space between lines of text using the line height CSS. What would I need to put in the custom.css box to achieve this?
Posted: Sun Aug 05, 2012 3:49 pm
by Fabrice
could you join a screenshot or a live link to the integration ? so we could understand what is the problem and suggest how to fix it ?
Posted: Sun Aug 05, 2012 3:58 pm
by Jean-Christophe Bisoux
Why you don't use line-height in the custom css ?
Posted: Mon Aug 06, 2012 10:08 am
by itsallwhite
Jean-Christophe Bisoux wrote:Why you don't use line-height in the custom css ?
Got it by entering {line-height:2.0em} in to custom css. thanks for your help.