View Single Post
Old 05-01-2015, 11:53 AM   #33
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by GERGE View Post
I have a question, I want a fixed top margin, but something like 10px, not 25px. How should I set this:

# Optional replacement value: Uncomment for a FIXED TOP MARGIN size in px,
# default 25px. Replacement value is margin size, two digits separated by \0
# (Leave commented out for an adjustable top margin.)
replace_string = B82BBE, `%\01`, `2\05`

1\00 ?
Yes, as in:
Code:
replace_string = B82BBE, `%\01`, `1\00`
The thing is that for epubs in normal reading mode there is a built-in 15px top margin, but no built-in margin in full-screen mode. So if you set a fixed top margin of 10px you will get 25px in normal mode and 10px in full-screen mode.
GeoffR is offline   Reply With Quote