Hello,
I am experiencing a layout issue concerning SP Page Builder modules on my Joomla 5 website.
š System Details
Joomla Version: Joomla 5
Template: Flex (last version)
Framework: Helix
I have noticed that SP Page Builder modules published in the "Bottom1" module position (or similar footer/bottom container) are displayed at 100% width instead of their predefined, contained size.
This issue only occurs on pages where the "Right" column (or alternatively the "Left" column/sidebar) is active and displaying content. On pages without an active sidebar, the layout is correct.
Upon further inspection, I found that the root cause is the removal of the CSS class sppb-row-container from the corresponding wrapper DIV of the module section, but only when a sidebar is present.
I cannot determine why the presence of a sidebar should conditionally remove this core SP Page Builder class from an unrelated section of the layout ("Bottom1"), as this should not affect the module's structure.
Could you please assist in determining why the Flex/Helix framework logic is interfering with the sppb-row-container class in the footer/bottom areas when a sidebar is active?
Thank you for your help.