Backed out of what I was doing before with LMW's help and JD picked up on the newer attempt.
Added the following to Footer: Content
<?php bfa_widget_area('name=Footer&cells=3&align=9&align _2=2&align_3=3&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>
When adding the following in CSS Inserts you get what looks like space between the widgets, observing the spacing of the headers, but when coloring widget backgrounds, they all run together.
table#footer td{
padding:3px;
}
Taking the above out and copying JD's code to CSS Inserts worked great to get the exact positioning relative to my layout, but the widget backgrounds are still running into each other and making them look like one big area. I can certainly make this look work though.
td#footer {
padding:0px
}
#footer_1 div.footer-widget {margin-right: 10px;}
#footer_2 div.footer-widget {margin-right: 5px; margin-left: 5px;}
#footer_3 div.footer-widget {margin-left: 10px;}
Is there any way the footer widgets can just "inherit" all the exact same styling and spacing between widgets to look just like the widget "News" in the right sidebar? My (wrong) assumption was that existing widget styling would be the default when adding new widget areas. EDIT:
This thread adequately addresses the new widget spacing and styling. Think we're on our way!
Thank you guys again for all your help! This is my first active request, but your forum work has helped me numerous times in even getting to this point.