Greetings,
I am setting up a site with a rather long site name "2008 Oklahoma Higher Education Teaching and Learning Conference". We're using the garland theme. The site name displays very nicely in Firefox. However if IE7's window width is not >1200 the logo and name disappear. Since my knowledge of css could fit in a thimble, leaving plenty of room to spare I am in need of assistance. How do I decrease the size of the site name in the header in the garland theme?

Comments

nancydru’s picture

Jeff Burnz’s picture

Scan down to line 470 in sytle.css

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em; <-- font size is here -->
}

Reduce the font-size it to something like 1.2em

BTW, never ever used Garland:) Not sure fi theres anything over riding that further on the sytle sheet... I doubt it, that should do the trick.

www.sitespring.eu

abmm’s picture

Hi,

How do we reduce the size of the content in the site?
Your reply and help will be highly appreciated.

Thanks