View Single Post
Old 05-18-2018, 07:58 AM   #17
jiembe
Zealot
jiembe began at the beginning.
 
Posts: 145
Karma: 10
Join Date: Sep 2016
Location: Montréal Québec
Device: Kobo Glo; Kobo Libra
Quote:
Originally Posted by GeoffR View Post
That works on my Glo. How are you creating the KePub? You might try examining the .kepub.epub file after it has been sent to the device to check that Calibre has added the <div id="book-columns"> after <body>, older versions of the KoboTouchExtended driver didn't do this.
Thanks rashkae. I didn't know it was a zip file.

I inspect the code and there they are: <div id="book-columns">.

So this is supposed to work :
.note {
display: block;
}
div#book-columns .note {
display: none;
}

but it's not. I will retry it.
jiembe is offline   Reply With Quote