Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Cannot remove SugarCube Sidebar?

This may be another stupid question, but I can't seem to remove the sidebar (in the online Twine version). Is it because I'm using a code that is supposed to be for the latest Sugarcube? I supposedly use both codes, one that is said to remove it:
#sidebar { display: none; }
  
  #passages { margin-left: 0; }

Though, I'm not sure if that works. It says Sugarcane instead of Sugarcube.

And this:
/* No sidebar */
#sidebar {
  display:none;
}

I wonder why. Any ideas?

Comments

Sign In or Register to comment.