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.