I am trying to customize the aboutpeople theme and i have hit a snag. I am sure its a simple CSS fix but i can not seem to find it. The rotating banner i am trying to use needs to completely fill the section. I can only assume its a padding setting somewhere. Photoshop shows it to be a 12,12,12,12 padding or very close. I am supplying a link to show my headache

http://ci.mooresville.nc.us/help.gif

Many thanks in advance!

AlanB

Comments

abradford’s picture

For prosperity - got home and had more dedicated time to dig around and found it in the style.css

#page {
background: white;
text-align: left;
margin: 0px auto;
position: relative;
/* The entire template's width is set in this class. */
width: 970px;
border:12px solid #FFFFFF;
}

changed to
border:0px solid #FFFFFF;