Hey there,
If you use the Inspect Element tool in either Firefox or Chrome you can see that the DIVs with classes widget-container and widget-inner have widths set on them. By adding the following to the end of your theme’s style.css should do what you want;
.widgets_on_pages .widget-container, .widgets_on_pages .widget-inner {
width: 100%;
}
Let me know how get on.
Todd
Aha… typo in my post.
.widgets_on_page .widget-container, .widgets_on_page .widget-inner {
width: 100%;
}
Again, this was spotted by using the Inspect Element feature… it’s very useful and I suggest you have a play with it.
Thread Starter
tswd
(@tswd)
alas, that didn’t work either my friend.
OK, not sure what you’re after… do you want the “sports cast” block to be full width and the “facebook” block to follow underneath?