View Single Post
Old 04-20-2025, 11:30 PM   #10640
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 132
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by serpi View Post
If you mean a font adjuster in kobo yes there is one, but the font size for reading is fine while the title page is maybe 20 times bigger.

If I adjust the font to be smaller to fix the title page, it makes the font size of the fic unreadable by being too small

There's nothing in column 7 it just looks like this
</div>7

</body>
</html>

I placed a red 7 where something should be, but there's not
Is that from titlepage_end?

It should only look like this so I don't know why you have a 7 there.
Spoiler:
Code:
titlepage_end:
 </dl>
 <div class="flex-parent display-on-cover">
   <div class="flex-child-edge"></div>
   <div class="flex-child-text stats"><span>${rating}</span> ${icons} ${numWords} ◈ ${chapterslashtotal}</div>
   <div class="flex-child-edge"></div>
 </div>
 <div class="flex-parent display-on-reader">
   <div class="flex-child-edge"></div>
   <div class="flex-child-text">${icons}</div>
   <div class="flex-child-edge"></div>
 </div>
 <div class="tag-summary-content">${description}</div>
 </body>
 </html>


As for the font-size, maybe try adjusting this part:
Spoiler:
Code:
 @media only screen and (max-device-width: 480px),
 only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 	body.fff_titlepage { font-size: inherit; }
}

I don't know Kobo's screen size so you could change the min and max device width to the ones for Kobo to see if the CSS will apply. And also change it to font-size: inherit !important; maybe that can help.
culytera is offline   Reply With Quote