Jump to content

Recommended Posts

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

×
×
  • Create New...