Thanks.
.gwd-span-9b7m {
font-family: 'Lucida Console', Monaco, monospace;
font-size: 11px;
color: rgb(102, 102, 102);
letter-spacing: 0px;
line-height: 1px;
background-color: rgba(0, 0, 0, 0);
but if I make the line height a large number like 30px its definately opening it up
i've tried using percentage, pt size, pixel size. same thing I can open up the leading using all these but I cant go smaller then the default for the text px size.
I can do this in adobe edge so it can be done.
I see what i did wrong I added line-height: 9px; to the <span class> and not the <p class>. It's slightly confusing why do the 2 classes have font information in both of them? seems redundent but i'm not a coder.
.gwd-p-vge9 {
position: absolute;
width: 661px;
height: 91px;
left: -148px;
top: 1px;
font-family: 'Times New Roman';
color: rgb(0, 0, 0);
line-height: 9px;
}
.gwd-span-5vz8 {
font-family: 'Lucida Console', Monaco, monospace;
font-size: 11px;
color: rgb(102, 102, 102);
letter-spacing: 0px;