PHP Code:
<?php bfa_widget_area('name=Center top widget area&cells=2&width_1=400'); ?>
/* ================================================== */
/* Center Widget Styling */
/* ================================================== */
/***********Background and text alignment for log_widgets***********/
#center_top_widget_area_1, #center_top_widget_area_2 {
text-align: center;
}
I originally added some other styling which all worked fine but I had some issues so I removed everything and started from scratch. The only thing I tried to add to what is above was some height to the widget:
height: 250px;
I use a plugin called Advanced Text Widget Pro. Without the height I have no problems with showing the 2 widgets on the Front page only. The minute I add the height I get blank areas on all other pages where the widgets belong but no content. I've tried other widget controls but get the same results.
I used Firebug and if the height is not added I see nothing on those pages, but the minute the height is added I see the widget code on them. I'm very confused.
Site is under construction, so if access to the site is needed I can give it.
Thanks.