Skip to:
Content
Pages
Categories
Search
Top
Bottom

font size in posts changed after altering tag cloud font size


  • brucini
    Member

    @brucini

    hi

    I added this to the front-page.php to change the font size of the ‘hot tags’ tag cloud:

    <p>

    <h2><?php _e(‘Hot Tags’); ?></h2>

    <p class=”frontpageheatmap”><?php bb_tag_heat_map(10, 25, ‘px’, 20); ?></p>

    </p>

    now the font size for all posts has decreased

    how can i restore the post font size but alter the tag cloud font size only?

    you can see here: http://theblackkeysfanlounge.com/forum/

Viewing 6 replies - 1 through 6 (of 6 total)

  • brucini
    Member

    @brucini

    i should note that the post font size has only changed for threads where new posts have been added since i made the tag cloud change.

    you can see the old font size on older posts


    brucini
    Member

    @brucini

    i should note that the post font size has only changed for threads where new posts have been added since i made the tag cloud change.

    you can see the old font size on older posts


    brucini
    Member

    @brucini

    i think it’s an HTML issue, activated after adding the code above.

    if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page

    anyone know why the posts should fall out of the main div that sets font heights?

    more importantly how to correct this?

    simply removing the code i added makes no difference


    brucini
    Member

    @brucini

    i think it’s an HTML issue, activated after adding the code above.

    if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page

    anyone know why the posts should fall out of the main div that sets font heights?

    more importantly how to correct this?

    simply removing the code i added makes no difference


    brucini
    Member

    @brucini

    ahh thanks for no particular reason

    turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added

    case closed


    brucini
    Member

    @brucini

    ahh thanks for no particular reason

    turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added

    case closed

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar