Arg. I realize that this has already been discussed, but I'm not getting the results I want.
Using Sugarcube 2 and Twine 2, I've removed the Sugarcube UI on the left side with:
How do I get rid of it?
Note that
Using Sugarcube 2 and Twine 2, I've removed the Sugarcube UI on the left side with:
But my text is still indented one third of the screen towards the right. The blank space where the UI used to be remains.$('#ui-bar').remove();
$(document.head).find('#style-ui-bar').remove();
How do I get rid of it?
Note that
Has no effect. What am I doing wrong, thanks?body {
margin-left: 3.5em; /* or 0em */
}