delite163 Posted July 14, 2008 Share Posted July 14, 2008 Hi,I am wondering what I'm not doing right. The tags in the tag block are huge and others are small. thanks :roll: delite Link to comment Share on other sites More sharing options...
illutic Posted July 14, 2008 Share Posted July 14, 2008 You're doing nothing wrong, it's just the bigger the tag, the more it's been used in your products The font-sizes are declared in the global.css as following: a.tag_level3 { font-size: 1.8em; font-weight:bold;} a.tag_level2 { font-size: 1.4em;} a.tag_level1 { font-size: 1em; color:#888!important;} So, if you'd like to give them all the same font-size, you could just give the link style a static font-size (the code below) and delete the lines from above. div.tags_block p a { margin: 0 0.1em; line-height: 1.5em;} Link to comment Share on other sites More sharing options...
delite163 Posted July 14, 2008 Author Share Posted July 14, 2008 Wow that was quick,Thanks so much for the tip.delite Link to comment Share on other sites More sharing options...
illutic Posted July 14, 2008 Share Posted July 14, 2008 No problem Link to comment Share on other sites More sharing options...
delite163 Posted July 14, 2008 Author Share Posted July 14, 2008 Hi,No problem for me now. It worked like a charm :-) Link to comment Share on other sites More sharing options...
Recommended Posts