Change this CSS:ie. 1em = 1 x parent font-size, 1.2em is 1.2 x parent font-size
More on sizes in CSS: https://www.w3schools.com/cssref/css_units.php
* I don't know joomla51, so I can't really say where you change this. I read in the docs they use a "Custom CSS" field...
** I saw you had a lot of inline CSS lines. 1 line per style. This can make the editing of styles difficult. This may be specific to Joomla51 templates. If possible I'd recomend combining them.
BONUS: In the Online Donations module the font-size is hardcoded (14pt). Remove the hardcoded font-size and this module will have the same font-size as the other modules in sidecol-b.
Code:
.sidebar-b { font-size: 0.8em; }
More on sizes in CSS: https://www.w3schools.com/cssref/css_units.php
* I don't know joomla51, so I can't really say where you change this. I read in the docs they use a "Custom CSS" field...
** I saw you had a lot of inline CSS lines. 1 line per style. This can make the editing of styles difficult. This may be specific to Joomla51 templates. If possible I'd recomend combining them.
BONUS: In the Online Donations module the font-size is hardcoded (14pt). Remove the hardcoded font-size and this module will have the same font-size as the other modules in sidecol-b.
Statistics: Posted by Mr. Wimpy — Wed Apr 10, 2024 12:24 pm