Plugin Author
Chasil
(@chasil)
Hi shikind11,
That’s a good point. It seems like I have to update the plugin to change the font size.
While waiting you can use this workaround:
<div style=”font-size:20px;”>[usrlist a:1 b:2 c:3 size=20]</div>
Regards
Plugin Author
Chasil
(@chasil)
Hi shikind11,
I had a few hours and modified the code so that the font-size is equal to the stars height in both shortcodes but it didn’t feel right.
I google’d for websites which use this plugin and there are too many which use the different sizes as a feature. The stars – the main thing of this plugin – are as big as you want them to be but the surrounding text is something you have to change by your own stylesheets. The plugin may not change this.
I think that the “workaround” is the right way if you don’t want to change your stylesheet. But maybe you should use a SPAN-tag instead of a DIV-tag.
<span style=”font-size:20px;”>[usrlist a:1 b:2 c:3 size=20]</span>
Regards
Mike