Tags font size

Can anyone please tell me how I would change the font size of the various tag sizes?

Please and thank you?!!

Quote · 9 Apr 2014

Hello,

Tags font size is calculated by the formula, but you can set min and max font sizes for them. Find "Dolphin root/templates/base/scripts/BxBaseConfig.php" file and the following code in it:

    var $iTagsMinFontSize = 10; // minimal font size of tag
    var $iTagsMaxFontSize = 30; // maximal font size of tag


Set the numbers you need and save.

Free and premium Dolphin templates. Custom design services.
Quote · 9 Apr 2014

Thank you nuknspax,

I am modifying my template / css for handhelds.  Currently you need a magnifying glass to read the tags.  Your solution will work for cpu screen sizes but I need to know how to increase the size for handhelds.  

The default font size is 12px and I've changed everything to 40px but the tags remain too tiny to read.

Quote · 9 Apr 2014

I suggest you use browser detection scripts in this case. Basically, a PHP class that will set different values to those 2 variables from my previous post, depending on detected user agent.

Free and premium Dolphin templates. Custom design services.
Quote · 9 Apr 2014

OK that makes sense.

Beyond my capability though.  I will have to put this one on the back burner for now.

Thanks again.

Quote · 9 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.