Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Removing blank left margin after removing Sugarcube UI

$
0
0
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:
$('#ui-bar').remove();
$(document.head).find('#style-ui-bar').remove();
But my text is still indented one third of the screen towards the right. The blank space where the UI used to be remains.

How do I get rid of it?

Note that
body {
margin-left: 3.5em; /* or 0em */
}
Has no effect. What am I doing wrong, thanks?

Viewing all articles
Browse latest Browse all 1844

Trending Articles