Hello,

Just been checking the theme in 1024*768, but the letters seem very large.

The header and page title take up almost all of hte screen.

Attached a screenshot of what I see in the browser

CommentFileSizeAuthor
1024-768-large-letters.png125.45 KBgiorgio79
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

acke’s picture

Status: Active » Closed (won't fix)

Thanks for your report! It's big and it's beautiful! :) By default the Simple Clean Theme have quite a big, easy to read font size. It's not suitable for all sites and look better on higher screen resolutions then 1024x768.

It's possible to adjust the font sizes in the style.css but there are no theme settings for making the letters smaller.

I experimented with a

zoom: 0.9; 
 -moz-transform: scale(0.9);

for zooming out the full content. But it didn't work easy - the best way is probably to make your own adjustments in style.css.

I mark this a won't fix and hope you can make use of it anyway.

giorgio79’s picture

Thanks Acke.

I just checked, it is style.css which has huge letters, for h1 and h2 it is 42 px.

One problem with specifying font size in px is that it is not scalable, check this out
http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/

Some core themes like fusion use either em or %, perhaps that could be used
http://drupal.org/project/fusion

What do you think?

Could we have a style sheet with em or % font sizes so it scales in all browsers, even in mobile ones?

I would also love to have two stylesheets perhaps, one with the current big and beautiful, and perhaps another one with smaller and beautiful :D, like half the size, just in case.

If more content fits on screen is better for SEO, since users wont have to scroll, and it also fits better on mobiles.