Info
- 4 posts
- 1 voice
- Started 1 year ago by brucini
- Latest reply from brucini
- This topic is resolved
font size in posts changed after altering tag cloud font size
-
- Posted 1 year ago #
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/
-
- Posted 1 year ago #
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
-
- Posted 1 year ago #
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
-
- Posted 1 year ago #
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 -
You must log in to post.