View Single Post
Old 01-22-2023, 05:36 AM   #13
DuckieTigger
Wizard
DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.
 
DuckieTigger's Avatar
 
Posts: 4,763
Karma: 246906703
Join Date: Dec 2011
Location: USA
Device: Oasis 3, Oasis 2, PW3, PW1, KT
Quote:
Originally Posted by Sonnenfee View Post
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.
DuckieTigger is offline   Reply With Quote