Can anyone please tell me how I would change the font size of the various tag sizes?
Please and thank you?!!
Can anyone please tell me how I would change the font size of the various tag sizes? Please and thank you?!! |
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
Free and premium Dolphin templates. Custom design services. |
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. |
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. |
OK that makes sense. Beyond my capability though. I will have to put this one on the back burner for now. Thanks again. |