nx youtube box causes display problems with the arrangement of other modules

Kurtus , September 21 2023, 06:03
K
Kurtus 2
September 21 2023, 06:03 #576
On my Joomla4! website I have 3 modules displayed side by side in the footer area using the bootstrap size.
Now as soon as the nx-youtubebox is loaded in the content area, these 3 modules are no longer displayed next to each other in the footer area but below each other.
This is caused by the CSS command div.moduletable {width:100%; // Bugfix for Joomla 4 Alpha} in the nxyoutube.css. This rule sets modules with the class "moduletable" to 100% width.
Is there a solution for this?
Link to website without nx youtubebox loaded. Here everything is arranged correctly in the footer area: https://www.mcv-moemlingen.de/
Link to the website with loaded nx youtubebox. The modules in the footer area are now arranged one below the other: https://www.mcv-moemlingen.de/biergarten-august/video

Thaanks for any help

Kurt

--------------------------------------------------
Auf meiner Joomla4! Webseite habe ich im Footer Bereich 3 Module nebeneinander im Footer-Bereich über die Bootstrapgröße dargestellt.

Sobald nun die nx-youtubebox im Content-Bereich geladen wird, werden diese 3 Module im Footer Bereich nicht mehr nebeneinander sondern untereinander dargestellt.

Dies wird durch den CSS-Befehl div.moduletable {width:100%; // Bugfix for Joomla 4 Alpha} in der nxyoutube.css verursacht. Diese Regel setzt Module mit der Klasse "moduletable" auf 100% Breite.
Gibt es hierzu eine Lösung?

Link zur Webseite ohne geladener nx youtubebox. Hier ist im Footer-Bereich alles richtig angeordnet: https://www.mcv-moemlingen.de/
Link zur Webseite mit geladener nx youtubebox. Die Module im Footerbereich sind nun untereinander angeordnet: https://www.mcv-moemlingen.de/biergarten-august/video

Danke für jede Hilfe

Kurt
marco 557
September 21 2023, 14:50 #582
Hi Kurtus
Thanks for your request.
Today a Bugfix Release got deployed which removes this CSS rule.
Please update to the lates Version 1.5.2 (Pro) or 1.4.5 (free) to solve this issue.
kind regards
Marco
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------
K
Kurtus 2
September 21 2023, 17:15 #583
Thank you very much!