If you sideload from Calibre, you can reduce margins in the files themselves. To do that in bulk, convert them to AZW3/KFX and put the following code in the Look & Feel -> Styling -> Extra CSS:
Code:
html {
margin-left: -40px;
margin-right: -40px;
break-inside: avoid !important
}
Adjust the numbers according to your preferences.