View Single Post
Old 10-12-2013, 04:43 PM   #7
immaginativa
Member
immaginativa began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2013
Device: Samsung Galaxy w Nook and Kindle apps
Quote:
Originally Posted by Perkin View Post
The px for font-size is what's causing the problem. Whatever the Nook font-size level is, you're telling it to stay at 16px, try changing the 'font-size: 16px' to 'font-size: 1.2em', then see what display is like, if font-size is too big or small on medium setting adjust accordingly.

Edit:
What you should do is have a body or p tag describe your usual style, and then use other style when it differs, only having the properties that are different from the default.

Thanks. Sounds sensible. I thought for sure I read differently somewhere about using "em" and "px."

One thing I like about Sigil is that it is helping me learn more about CSS by letting me see the results immediately in action. I will try this and see what happens.
immaginativa is offline   Reply With Quote