jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: Gerard on 04.09.2015 08:46:19

Title: difference between modules
Post by: Gerard on 04.09.2015 08:46:19
Hi Arno/Colin,

I've noticed a difference with using the font type and size between some JD modules.

I've attached a screenshot to show you what I mean. I've marked the difference with a red arrow to make it clear. I'm using JD 3.2.36 with Joomla 3.4.3.

How can I solve this? I've searched in the CSS files, but can't find any solution for it. kind regards,
Gerard

[gelöscht durch Administrator]
Title: Re: difference between modules
Post by: Arno on 05.09.2015 15:01:32
Hi Gerard,
please check the module default.php.
Maybe is here used a <small> tag. Possible is also different font values in module settings.
Title: Re: difference between modules
Post by: Gerard on 05.09.2015 16:25:54
Hi Arno,
Yes I've seen that in the code when using the development tools in FF, but didn't had an idea where to change that. With your help it's solved now.
Thank you!
For others with the same issue: remove the >small> and </small> in the default.php file from the module (in directory /tmpl).


kind regards
Gerard
Title: Re: difference between modules
Post by: Gerard on 05.09.2015 16:28:38
Quote from: Gerard on 05.09.2015 16:25:54
Hi Arno,
Yes I've seen that in the code when using the development tools in FF, but didn't had an idea where to change that. With your help it's solved now.
Thank you!
For others with the same issue: remove the <small> and </small> in the default.php file from the module (in directory /tmpl).

kind regards
Gerard