Quote:
Originally Posted by Brett Merkey
For the 300dpi Paperwhites that comes out to 50 pixels on each left/right margin. Slicing that off requires that one last edit before side-loading.
100 pixels = 1/3 of an inch, quite noticeable on that narrow device...
|
You can use negative margins to reduce the margins.
Code:
html {
margin-right: -45px;
margin-left: -45px;
}
Put that at the top of the CSS and you'll be good to go.