I've got a similar issue as posted at http://drupal.org/node/410476 whereby I want to have a (3 column) page panel displayed the full width of the site and with no sidebar showing.
The only block is excluded from the panel and in the settings for the panel itself I've ticked "Disable Drupal blocks/regions" but the page is still showing a blank sidebar on the right.
I'm using the Dark Blue theme and you can see what i mean at http://test07.lightbeingcreations.org
Any suggestions?
Comments
Comment #1
merlinofchaos commentedYou'll have to adjust the theme for that, unfortunately. Some themes assume a sidebar will simply always be there and there's nothing Panels can do about that. =(
Comment #2
Dubber Dan commentedAh rightio... will repost as an issue for the theme in that case.
Comment #3
glass.dimly commentedI resolved this in Marinelli like by adding this check to see if the page is the front page ($is_front) and printing it if not.