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]
Hi Gerard,
please check the module default.php.
Maybe is here used a <small> tag. Possible is also different font values in module settings.
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
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