Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 06-12-2022, 06:25 AM   #16
GnRFan79
Enthusiast
GnRFan79 began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2021
Device: Kindle Oasis
It’s a shame they don’t show up on the Kindle itself, as they do show up in the Kindle IOS app fine.
GnRFan79 is offline   Reply With Quote
Old 06-12-2022, 09:40 AM   #17
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,484
Karma: 239219543
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by shamanNS View Post
Are you also one of those people that read using sans serif font and prefer left aligned (aka jagged right) to justified text?

What firmware version is on your Oasis? Since as far as I know those known edits for reducing the margins don't work anymore on firmware newer than 5.10.x..
Or are you setting negative margins for each book using CSS?
Nope, I read with a serif font and with fully justified text. And yes, I put negative margins in the css.
Sirtel is online now   Reply With Quote
Advert
Old 06-12-2022, 12:09 PM   #18
hleo12
Guru
hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.
 
hleo12's Avatar
 
Posts: 655
Karma: 5078890
Join Date: Feb 2014
Device: Kobo Glo (deceased), Kindle 4th, Kindle Basic 10th Generation
Quote:
Originally Posted by Sirtel View Post
Nope, I read with a serif font and with fully justified text. And yes, I put negative margins in the css.
If you put negative margins on css, do they really decrease the margins on the kindle? Cause when I convert books to azw3/kfx, the margins are set to 0 in the settings, but there are still huge margins on the kindle.

What values should I put on the margins? And do you do this manually? Or does Calibre accept negative numbers when converting?
hleo12 is offline   Reply With Quote
Old 06-12-2022, 01:09 PM   #19
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,788
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by GnRFan79 View Post
It’s a shame they don’t show up on the Kindle itself, as they do show up in the Kindle IOS app fine.
It can be done on a jailbroken kindle.

https://www.mobileread.com/forums/sh...78&postcount=6
j.p.s is offline   Reply With Quote
Old 06-12-2022, 01:10 PM   #20
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,280
Karma: 169098402
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by hleo12 View Post
If you put negative margins on css, do they really decrease the margins on the kindle? Cause when I convert books to azw3/kfx, the margins are set to 0 in the settings, but there are still huge margins on the kindle.

What values should I put on the margins? And do you do this manually? Or does Calibre accept negative numbers when converting?
For any epubs that I might want to send to my Kindle, I add the following in the main stylesheet:

Code:
@media amzn-kf8 {
  html {
    margin-left: -50px;
    margin-right: -50px;
  }
}
DNSB is offline   Reply With Quote
Advert
Old 06-12-2022, 01:56 PM   #21
kbs24
Enthusiast
kbs24 began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Sep 2020
Device: Kindle KT4, PW3, PW2021
So back to the covers issue, I have 3 e-ink kindles, and 4 fire tablets, and several other color tabs not amazon but having kindle apps. On all of the color tablets including the Fires, the book covers show up on the epubs sent to kindle (Az converted to az3.) Also when I send a .mobi it is a pdoc but the covers are there. The az3 format seems to be way better than the mobi, so I want to use it, and I would love it if someone can figure out why the e-inks appear differently. Very frustrating, would love to know also if in August they may change the process so that we have covers.
kbs24 is offline   Reply With Quote
Old 06-12-2022, 02:00 PM   #22
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,071
Karma: 105206895
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Just never turn on WiFi and transfer AZW3 from Calibre direct.
Quoth is offline   Reply With Quote
Old 06-12-2022, 02:03 PM   #23
hleo12
Guru
hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.
 
hleo12's Avatar
 
Posts: 655
Karma: 5078890
Join Date: Feb 2014
Device: Kobo Glo (deceased), Kindle 4th, Kindle Basic 10th Generation
Quote:
Originally Posted by DNSB View Post
For any epubs that I might want to send to my Kindle, I add the following in the main stylesheet:

Code:
@media amzn-kf8 {
  html {
    margin-left: -50px;
    margin-right: -50px;
  }
}
Thank you.
So I just add that to the css file, then convert it to azw3?
hleo12 is offline   Reply With Quote
Old 06-12-2022, 02:41 PM   #24
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,484
Karma: 239219543
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by hleo12 View Post
Thank you.
So I just add that to the css file, then convert it to azw3?
Yes. You can also put it in the extra styles when converting. Note that this doesn't work with kfx, to my knowledge.

Personally I use -30px, experiment and find what suits you.

Last edited by Sirtel; 06-12-2022 at 02:43 PM.
Sirtel is online now   Reply With Quote
Old 06-12-2022, 03:04 PM   #25
hleo12
Guru
hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.
 
hleo12's Avatar
 
Posts: 655
Karma: 5078890
Join Date: Feb 2014
Device: Kobo Glo (deceased), Kindle 4th, Kindle Basic 10th Generation
Quote:
Originally Posted by Sirtel View Post
Yes. You can also put it in the extra styles when converting. Note that this doesn't work with kfx, to my knowledge.

Personally I use -30px, experiment and find what suits you.
Thanks again. I experimented with it and found -30px was the perfect value for my Kindle.

Having little to no margin at the sides makes it better to look at. Now, if only Amazon would let use the top and bottom margins too.
hleo12 is offline   Reply With Quote
Reply

Tags
epub, send to kindke


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sideloaded AZW3 showing no cover with send-to-kindle (Kindle PW3) gabrielscunha Devices 19 07-11-2018 01:56 PM
Send to Kindle - Book Cover (Thumbnail) robertpolson Amazon Kindle 30 10-20-2017 09:25 PM
Cover Art & TOC for Send-to-Kindle? RMOP Conversion 1 04-14-2015 09:22 AM
convert epub etc to mobi and send to kindle along with a cover and no personal tag benlgrobinson Workshop 2 06-13-2014 08:21 PM
No cover when using Send to Kindle jakewoodblues Library Management 0 03-13-2013 02:40 PM


All times are GMT -4. The time now is 03:28 PM.


MobileRead.com is a privately owned, operated and funded community.