Floox Footer Issue - Question | JoomShaper
shape
50% off
shape

Floox Footer Issue

MK

Michael Koerner

Template 3 weeks ago

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

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 weeks ago #136539

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

0
MK
Michael Koerner
Accepted Answer
2 weeks ago #136921

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

0
MK
Michael Koerner
Accepted Answer
1 week ago #138180

Is any one available to help me?

0