Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How do you remove the side margins?

edited November 2015 in Help! with 2.0
I can't for the life of me figure out how to remove/control the margin sizes. I've tried adjusting to padding 0% and width:100% in html{} and body{} of the css to no avail. Not sure where to go from here. Pic attached if anyone knows. I'd like it to fill most of the screen and not leave nearly so much of the dark gradient border if possible. The main reason is that on mobile devices it takes up valuable real estate, squeezing my page into the center. No good.
ZFF4pmD.jpg

Comments

  • You need to state which story format you are using, as answers can be different for each one.
    Based on your image I am going to assume you are using Harlowe.

    The left/right margins are a result of two attributes of the tw-story element:
    a. it having a width: 60%;
    b. it being centred by the auto part of margin: 5% auto;

    Changing only the width to a larger percentage will leave the passage text centred.
  • Sorry, forgot to ID the format. It's Harlowe, and yes that completely answered it, thank you!
Sign In or Register to comment.