Hi all,
I've added the following to my footer:
<?php bfa_widget_area('name=footer_widget&cells=2&align= 1&align_2=9&align_3=7&width_4=700&before_widget=<d iv id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>
This displays the new widget where I want it, I think
I would like to style this with CSS. I have tried the following (in CSS inserts):
.footer-widget {
background: #ffffff;
width:100%;
}
This has no impact at all.
I have also tried putting CSS into the widgets content area in the theme backend. This also does nothing.
I am, clearly, doing this wrong.
I would prefer to style just the individual widget, and not all of them.
Any suggestion very welcome.
cheers,
Mike