Link to home
Start Free TrialLog in
Avatar of TrueBlue
TrueBlueFlag for United States of America

asked on

top padding not working on copyright text

Any idea why there is no white space between the bottom navigation bar and the copyright text on this page http://www.orlando-web-hosting.net ?
This is the rule that is supposed to control it.
p.copyright{
padding:10px 10px 0px 10px;
margin:0px;
font-size:12px;
color:#000;
background-color:#FFF;
}
There should be 10 pixels.
Any specific corrections would be aprpeciated.
ASKER CERTIFIED SOLUTION
Avatar of jonahzona
jonahzona
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
For clarification, that should be added to the already created property for p.copyright.