Background stopping short – why?
-
I have added a second footer to my current wordpress theme
https://www.gibsondesignmanagement.com/test/In my footer file, I have div “#footertop” containing 3 “.footerbox” spans
</div>
<div id=”footertop”>
<div id=”footer-wrap”><span class=”footerbox” style=”margin-right:10px;”>test
test</span>
<span class=”footerbox” style=”margin-right:10px;”>testtest</span>
<span class=”footerbox”><?php quotescollection_display_randomquote(); ?></span></div>
</div>The style sheet calls out:
#footertop {
text-align: center;
border-top: none;
clear: both;
padding: 15px;
text-align: center;
background: url(images/back.jpg);
color: #FFF;
}
.footerbox {
padding:5px;
width: 300px;
background: #A29982;
float: left;
color: #4d4236;
}Why is the background stopping so short?
Any advice will be appreciated. I actually had it working earlier, so I’m not sure why its giving me trouble now.
- The topic ‘Background stopping short – why?’ is closed to new replies.