Hi,
Sorry if this has already been asked and answered, I did look but I could not find an answer to it.
I would like to remove some space on the right side if possible. If I change the margin and padding for tw-story it only removes or adds space on the left side.
I stretched the window wide for this screen shot.
https://goo.gl/photos/jLCMpQhdD8AHg8vf7
I squished the window for this one.
https://goo.gl/photos/nwCWJBWTQDaFUckp6
As you can see there is always space on the right no matter what the window size. Both of those are in the twine popup window but it's the same on a browser. This is the style I used.
tw-story{
padding:0px;
margin-left:25px;
margin-right:75px;
}
Thanks in advance.
Comments
Adding width: 100% to your existing tw-story rule should help.