I'm relatively new to Twine, but I've been poking around with Twine 2 for a couple weeks now. My question is:
I want to have a sort of sidebar menu with a couple of items in it that's accessible at any point in the game. The latter part I figured out can be done easily (though somewhat inelegantly but oh well) by just dropping a (display: "menu") at the bottom of each passage.
Unfortunately, though, I can't figure out how to move it. That is, I want to reposition the displayed passage so it's in one of the upper corners. I tried using CSS with span and div etc. but I must be missing something or doing something wrong, because it isn't doing anything.
Comments
note: By default the tw-story element (of which your menu element is a descendant) has a width of 60% and is centered within the browser viewport, this is why I am giving the menu a width of 20%. eg. 20 + 60 + 20 = 100%