Am using Twine 2.0.11 and SugarCube 2.11.0. I can remove the sidebar by adding this to my stylesheet
but this does not move the left margin of the text. I looked at previous threads on this forum which suggested that
should work, but this only moves the text relative to where the right border of the text box used to be. Changing the width of the sidebar does not help either. Putting negative numbers in the margin-left seems a bad idea. How can I reclaim the space previously taken up by the sidebar?
#ui-bar { display: none; }
but this does not move the left margin of the text. I looked at previous threads on this forum which suggested that
body { margin-left: 5px;}
should work, but this only moves the text relative to where the right border of the text box used to be. Changing the width of the sidebar does not help either. Putting negative numbers in the margin-left seems a bad idea. How can I reclaim the space previously taken up by the sidebar?