View Single Post
Old 09-12-2016, 02:58 PM   #9
Katsunami
Grand Sorcerer
Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.
 
Katsunami's Avatar
 
Posts: 6,111
Karma: 34000001
Join Date: Mar 2008
Device: KPW1, KA1
It might be fixed. I'm now testing. I've used information from this thread, and changed this line:

Quote:
div#book-columns { padding: 0 0.2em !important; }
to:

Quote:
div#book-columns div { padding-left: 2% !important; padding-right: 2% !important; }
Note that there is an extra div (in red), and that I'm now using full css properties instead of shorthand.

This *seems* to have fixed the problem with at least two books, but the margins are quite big, even with the setting at the very lowest. I'm now testing with things such as 1em and lower... to see how low we can go... limbo-rocking css....

edit: I'm now down to a padding of 0.1em, and nothing seems to have changed from 0.25em. I'll test with a padding of 0, and see what happens; maybe explicitly setting SOME padding is already good enough, so the default isn't being used.

Last edited by Katsunami; 09-12-2016 at 03:09 PM.
Katsunami is offline   Reply With Quote