Could you please add the widgets position to the classes in the sidebar-x.php files..
like this..
<?php if (!dynamic_sidebar('home-widget-3')) : ?>
<div class="widget-wrapper home-widget-3">
or even
<?php if (!dynamic_sidebar('home-widget-3')) : ?>
<div class="widget-wrapper" id="home-widget-3">
ect..
It will make it easier to identify the areas for CSS styling (offer 1, offer 2, offer 3...)
PS: that mean also to remove the class from the general widget area around home widgets..
<div id="widgets" class="home-widgets">
- maby this is a fix and not a request :)
BTW: I registered to your forum, but I cannot post to it becourse I get
http://punbb.informer.com/forums/topic/24582/pun-stop-bots-question/page/2/
"Pun stop bots question" using both Chrome and Firefox
Best Regards \ME