Which item in CSS do I have to change to bad the center of the page?
Right after the sideboxes?
www.nothingbutcostumes.com
Which item in CSS do I have to change to bad the center of the page?
Right after the sideboxes?
www.nothingbutcostumes.com
.centerColumn
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
.centerColumn{
padding: 2.5 0em;
font-size:1.2em;
background-color: transparent;
}
www.nothingbutcostumes.com
doesn't change anything.
try .content
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
kuroi was right. 2em made a huge difference.