Quote:
Originally Posted by Sonnenfee
That’s what I did by using -100px for margin-left/margin-right in the CSS without the above mentioned line, the result is shown at my linked picture. The size of the display of the Scribe can thus be used excellently.
|
Since different devices need different values for the offset, I tried to avoid that by going relative. Try this one on your Scribe, see if it works:
Code:
html {
margin-left: -6%;
margin-right: -6%;
}
The break-inside may or may not be necessary - for some fringe cases where the margins are being abused as layout support.
If it works on Scribe, then it will work universally - either for kf8 or kfx.