The theme displays differently across Firefox and IE - it's great on FF, but on IE the Title runs down over the Home and about buttons.
CSS differences across browsers
Performancing Services
Boost your traffic, improve your blog and become an authority in your niche with Peformancing Services.
Navigation
User login
Recent blog posts
- Performancing Stream of Consciousness - Banishing Your Introverted Self
- Candy Addict on TV
- Free Story Theme For WordPress
- Why Performers and Entertainers Should Twitter
- BusinessWeek Says: Why Twitter Matters
- Social Media Pop - The Best of the Best
- Guest Blogging Is A Great Thing—You Should Do It Too
- Bring the Noise: Filter Your Social Media Lifestreams
- Inspiration: Dynamic (Company) website content with live UGC or CGC timeline
- Bookmark The Web: A Few Tools To Keep Track of Great Content















find the h1 a in the
find the h1 a in the stylesheet, and change it from 1.4em to 28px. Different browsers do different things to em sizes.
yup, that works. I would
thanks david, that works. I would still prefer a workaround that uses em though.
Wouldn't you be better
Wouldn't you be better setting the size of the H1 to a percentage of your standard (body) font size?
Gerard - how would I do that
Gerard - how would I do that with this theme?
Looking at the source code,
Looking at the source code, the body text is set at "font-size: 12px;" If the blog title is the only H1 on the page, then you could specify in the CSS that "h1 {font-size:200%}" or whatever. You'll probably have to adjust the percentage value until you get the size you want.
Drop me a line back if you need anything more specific.
Post new comment