Me too 🙂
I’m having the same problem. Any eta, yet?
Otherwise, congrats on a great plugin…
The method works OK. As for not displaying the empty column I put the code that calls different style sheet in the head of the document with the same method:
<?php if(is_page(array(‘2′,’14’))) { ?>
call to alternate style sheet
<?php } else { ?>
call to orig style sheet
<?php } ?>
I changed the width of the #content attribute.