

Hello:
I'm having an issue with my footer and bottom module positions with my install and I'm not sure why as I didn't change anything prior to changing the bottom positions to just one.
What's happening now is that there's parts that go off screen, for example, the text that is usually in "footer2" on Floox is off to the. right of the screen, and when in mobile view the columns within my bottom section are going off the page.
"Footer2 Issue": https://imageupload.io/moJFVBqZm5PQ4Kr
"Bottom Position" Off Page Issue: https://imageupload.io/Pt3nfYevbAIzm3w
Hi there!
Thanks for contacting us.
Please use the following code in your custom CSS for the footer 2 issue:
#sp-footer2 .sppb-row-container {
max-width: 100%;
}
And this one for bottom issue in mobile view:
@media only screen and (max-width: 767px){
.sppb-addon-header .sppb-addon-title {
font-size: inherit;
}
}
Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code
Best Regards
Hello:
So now I'm having an issue when viewing the "Bottom" in Tablet Portrait view.
https://imageupload.io/v0FSHyPurtK4orb
I'm also noticing that the fix you provided is still causing some weird alignment issues on the "footer2" section.
https://imageupload.io/hxeHgtE8wkVAJgd https://imageupload.io/GULQf48xTNSdq4O