Forums

Font displaying inconsistently (and very large) in K2 theme (2 posts)

  1. JohnLumgair
    Member
    Posted 4 years ago #

    It's been really useful reading through this forum, so thanks for everyone who has taken time to ask and answer questions!

    I have a problem that I don't seem to be able to find an answer to. I'm using the WordPress 2.3 on the K2 theme Styled with Dropdown2. The fonts for titles of posts seem to look fine in firefox however when I look at it in Safari and Explorer the font size is very inconstant, and some post titles are huge (Notice how large "The Flaming Monkeys: We’re On Fire" is compared with "New Cassettes: recover/retreat". )

    http://www.test.quirkymotion.com/?cat=3"

    All I want them to be is a uniform size.

    I've been looking though the Style.css and been playing with font size's and it doesn't seem to produce the correct results.

    There are also problems with the sidebar again it seems fine Firefox but in Safari and Explorer the size is again very large. It also puts the font in to courier which isn't in the style CSS.
    thanks

  2. JohnLumgair
    Member
    Posted 4 years ago #

    It's John Lumgair again.
    After a few days of trail and error I've now come up with a solution. I'm not sure if it the correct answer, but it seems to work. I was told that it was probably caused by not closing a tag, maybe a div, font or a code tag. However after a lot of searching I couldn't fix it that way.

    In the style.css file I changed:

    #primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
    	font-size: 2.4em;
    	font-weight: normal;
    	letter-spacing: -1px;
    	}

    to

    #primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
    	font-size: 22.4px;
    	font-weight: normal;
    	letter-spacing: -1px;
    	}

    I'm not sure why that worked but I hope it can help others if they encounter the same problem.

Topic Closed

This topic has been closed to new replies.

About this Topic