Depo Masthead header font size
-
Hi. Basically I know nothing about using CSS. I want to know if there is an easy way of reducing the font size of the blog title in the Depo Masthead theme.
On my blog, I want my title, “journalism from below”, to fit on one line: http://journalismfrombelow.wordpress.com
Thanks to anyone who can help.
The blog I need help with is: (visible only to logged in users)
-
Do you have the CSS upgrade? If so, putting the following in the CSS edit window will do it.
#contaniner h1 { font-size: 80px !important; }I would not go larger than 80px because of the differences in the way browsers render. In IE if you go larger than 80, it will probably end up on two lines, but in all other browsers it would be on one line.
-
-
- The topic ‘Depo Masthead header font size’ is closed to new replies.