Hi,

I am using tagadelic module. The font size of all tags is the same in the tagadelic block. I cannot increase the font size.

This is HTML code from the tagadelic block

 <div class="block block-tagadelic" id="block-tagadelic-2">
    <h3>Tags</h3>
    <div class="content"><a href="/sandbox/tags/berkshire_hathaway" class="tagadelic level2">Berkshire Hathaway</a> 
<a href="/sandbox/tags/bill_miller" class="tagadelic level1">Bill Miller</a> 
<a href="/sandbox/tags/commodities" class="tagadelic level2">Commodities</a> 
<a href="/sandbox/tags/contrarian" class="tagadelic level4">Contrarian</a> 

<a href="/sandbox/tags/david_dreman" class="tagadelic level2">David Dreman</a> 
<a href="/sandbox/tags/dividend" class="tagadelic level1">dividend</a> 
<a href="/sandbox/tags/jim_rogers" class="tagadelic level2">Jim Rogers</a> 
<a href="/sandbox/tags/john_dorfman" class="tagadelic level1">John Dorfman</a> 
<a href="/sandbox/tags/legg_mason" class="tagadelic level1">Legg Mason</a> 
<a href="/sandbox/tags/stock_picks" class="tagadelic level2">Stock Picks</a> 
<a href="/sandbox/tags/value_fund" class="tagadelic level6">Value Fund</a> 
<a href="/sandbox/tags/warren_buffett" class="tagadelic level4">Warren Buffett</a> 
</div>

Even when I added the following class to style.css, the font size remains the same.

.tagadelic.level6 {
  font-size: 48px;
  color: red;
  }

Any help will be appreciated.

Thanks
Jay

Comments

tedhogan’s picture

I'm having the same problem except that I have one block that displayes correctly (all different font sizes) and one that doesn't.

Any ideas anyone??

Thanks,
Ted

rokr’s picture

I've had the same problem with theme "Channel Nine" and tagadelic. Some days ago i stumbled about firebug, an amazing Firefox extension. With its help it took me about 30 seconds to detect the exact line and css file which interferenced with that one provided by tagadelic. Absolutely perfect for that many included css files when using many modules.

Hope that helps.

cheers, Ronald

udijw’s picture

Hi Ronald,
can you post your solution?

my sites
- DIY Studio Photography and lighting
- micro stock photography

rokr’s picture

Well, this only matches for theme channel nine. In style.css provided by channel nine there is a style

#right1 a { 
    font-size:1.1em;
}

(line 209)

Variable font size of tagadelic works if this style gets removed. Since all other blocks are affected by this style above as well you have to take care about it.

hth, Ronald