Quote:
Originally Posted by HLS
Huh. You can adjust margins. I don’t understand what you see the problem is
|
You can only adust the margins if you edit your KF8 eBooks and add in a negative left/right margin.
Here is the CSS code I use at the top of the CSS file.
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}