Width and position of page
Jennifer Wren
20 Mar 2024, 22:33Can I get rid of the first margin, instead of widening the page but having it take room from both margins, just take up all the beginning space, and have a full margin at the end?
If someone could tell me just how to change the page start position, I would love that. Thanks.
daeun
23 Mar 2024, 12:58You can adjust the following numbers as you want.
JS.setCss ("#gameBorder", "margin-left: 0px")
JS.setCss ("#gameBorder", "width: 1900px")
If you need additional help with page settings, this might be worth a look
https://docs.textadventures.co.uk/quest/ui-custom.html
Jennifer Wren
23 Mar 2024, 18:51Daeun, thanks. I really appreciate your help with that.