Link to home
Start Free TrialLog in
Avatar of Rowby Goren
Rowby GorenFlag for United States of America

asked on

Can't add top or bottom padding to a

Hello

I am finishing up a form and am having trouble adding padding to either the top or the bottom of a span.

I have no control over the HTML and the css hooks -- I can only use the existing HTML id's classes, etc.

I can wrap div around the entire form, if that will help.  but that's about it.

Please go to http://www.rowbytesting.com/free-consultation

...and look at "Consultation Location:", "How did you hear of us?", etc.
 
I want to add approx 20px to the top padding of the text.

Any suggestions on how to do it?

Thanks

Rowby
 


http://www.ro

span.cf_text {
    color: #333333;
    font-weight: bold;
}
span.cf_text {
    color: #333333;
    font-weight: bold;
}

Open in new window

Avatar of zappafan2k2
zappafan2k2

This doesn't make sense.  You can't make changes to the HTML or the CSS?  What can you change, exactly?  

For instance, can you add a <p>&nbsp;</p> between the blocks instead of using padding?
ASKER CERTIFIED SOLUTION
Avatar of crisco96
crisco96
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rowby Goren

ASKER

I figured that is the problem.   I will see if I can somehow dig into the HTML to do it.

THanks

Rowby