The only editing I’ve done is in the style sheet and the sidebar to add the basket with the counter on how many babies have been helped. I’ve done nothing in the footer at all.
I also noticed that my sidebar pages is also not taking the style all of a sudden.
I removed the addition of the basket in the widgets and the styles of them and the styles still don’t take. So I am guessing that the new item isn’t doing it, so I put them back.
This is the code I added to the style sheet
#sidebar .count {
width: 200px;
float: left;
font-size: 13px;
color: #555;
font-weight: bold;
font-size: 15px;
margin-bottom: 15px;
line-height: 20px;
background: url(images/basket.png) no-repeat center;
height: 170px;
}
#sidebar .countcopy {
margin-top:107px;
text-align:center;
}
And this is the widget code
<div class="count"><div class="countcopy"><span style="font-size: 2em;">1,765</span><br />Infants Helped</div></div>
I don’t either of those should have anything to do with the footer code… ?