As originally posted as a Panels issue (http://drupal.org/node/468048) it seem it's a theme issue.
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.
You can see what I mean at http://test07.lightbeingcreations.org
Looking on the forum, I think I need to do something similar to the last comment posted at http://drupal.org/node/410908#comment-1394382 but am not sure of the exact coding I need to use.
Can you please advise what I need to do to disable the sidebar on a specific panel page that I'm using as my homepage?
Comments
Comment #1
manuel garcia commentedThis is actualy a 'bug'... the main content region was being set to a fixed width and floated to the left no matter if there was a sidebar or not.
I have commited the change to fix this, but if you are in a hurry, just open layout.css and change the line 102 from
to
Or wait for the next dev package to be generated by the bot and update the theme. You can also grab the file from cvs.
Thanks for the report, let me know how it goes.
Comment #2
Dubber Dan commentedGreat stuff, that did the trick. Thanks for that and glad to of been able to spot a bug, woohoo!