Quote:
Originally Posted by tlck9
hi guybrush
Did you manage to get your spacing sorted on the footer, any tips
|
you can easily deal with spacing by adding "N" new widget areas:
in ATO->Style and Edit Footer->Footer Content
add
PHP Code:
<?php bfa_widget_area('name=Footer_Area&cells=4&width_1=200&width_2=200&width_3=200&width_4=200'); ?>
this would create 4 new widget areas called Footer_Area1, Footer_Area2, Footer_Area3 and Footer_Area4, all 200px large. Check the ATO->"Add new Widget Areas" if you need more customization like alignment.
If atahualpa still had the widget container tag you could have used a single widget area for footer and float left the #footer.widget_container, but well...