There is a bug where if you add a class to a custom html module using the Module Class Suffix box under the Advanced tab it replicates the classes entered showing it on the front end twice. Twice meaning that it adds the classes once around the container which includes the Title and a second time around the text inside the custom html module.
To duplicate this, simply add any class you want in the Module Class Suffix box for a published custom html module. Preferably a class that you can see such as a border or drop shadow. Make sure the custom html module is published in either one of the Side positions or the Footer positions such as these from the Beez3 template.
Footer Top: position-9
Footer Middle: position-10
Footer Bottom: position-11
Left Middle: position-4
Left Bottom: position-5
Left Top: position-7
Right Middle: position-8
Right Bottom: position-6
Right Top: position-3
It appears to work fine if published elsewhere.
Original Joomla forum post for this issue can be found here:
http://forum.joomla.org/viewtopic.php?f=728&t=906976
It's the case for most modules. The reason is that this parameter is used both in the module chrome from the template and the module output itself.
I doubt we can change it without breaking something. Just write your CSS rules so it matches only one instance (eg combine your CSS rule with the other class present)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-02-13 18:22:16 |
Closed_By | ⇒ | Bakual |
Can confirm this is happening with Staging and 3.5.0 beta 2.