I need to create three widget areas (or rather, one new area with 3 cells?) positioned as in the diagram below.
This isn't working:
Code:
<?php if ( is_page( 724 ) ) {bfa_widget_area('name=My widget area&cells=3&align_1=9&align_2=2&align_3=1');} ?>
Assuming I am misunderstanding alignment -- how do I achieve the desired positioning?