Floox Footer Issue - Question | JoomShaper

Floox Footer Issue

MK

Michael Koerner

Template 10 months 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
8 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 8 months ago #142157

Hi there!

Sorry for such long delay.

You have set the footer 2 text alignment as right from the addon settings. So it is looking like this while screen is smaller and texts doesn't fit in that space. So I have set tablet portrait alignment as left from the textblock general setting in your module:

https://prnt.sc/aaMHZ7nGy6-8

And your bottom section from the Layout Builder of the template was set to 6 for tablet view. I have set it 12 so that it accupies the fullwidth.

https://prnt.sc/LHEE7LY-g9bB

Hope it helps. Please check and let me know.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 10 months 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
9 months 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
9 months ago #138180

Is any one available to help me?

0
MK
Michael Koerner
Accepted Answer
9 months ago #140453

I'm still needing help with this, and have gotten no where.

0
MK
Michael Koerner
Accepted Answer
8 months ago #141583

This is the 3rd time I'm trying to get help with this... Anybody available??

0
MK
Michael Koerner
Accepted Answer
7 months ago #145971

Thanks soo much Rashida!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 7 months ago #146019

You are always welcome:)

Have a nice day!

0