I added a new widget area above the loop in the center column, by placing this code in the center column, above the loop:
<?php bfa_widget_area('name=Center Column Above Loop Widget Area'); ?>
Then placed the Post Gallery Widget in this area. The Gallery of new posts overlays the new widget area and the center column text. Can't seem to get it to respond to CSS.
I also tried by making the new widget area a separate <div> by substituting the following code to create the new widget area above the loop in center column:
<div id="my_new_widget_area" class="bfa_widget_area"><?php bfa_widget_area('name=Center Column Above Loop Widget Area'); ?></div>
But same result.
The Post Gallery Widget does respond to this CSS to increase the top margin and move it down:
.slideshow {
margin-top: 200px;
margin-bottom: 200px;
}
But no effect on the bottom margin. The gallery still overlays the center column loop content.
I am using Atahualpa 3.6.1 and WordPress 3.0.4.
Can anyone help?
Many thanks!