Long Content Gives Double Scrollbars And Floating Footer - Question | JoomShaper

Long Content Gives Double Scrollbars And Floating Footer

C

clausjepsen

Helix Framework 2 years ago

My footer is floating in the middle when I have content bigger than screen size. In those cases I also get 2x scrollbars.

I would like the footer to be fixed at the end of the content - and without any content being hidden under the footer. Please help.

0
8 Answers
C
clausjepsen
Accepted Answer
2 years ago #52496

Yes - it happens after I changed stuff. The footer was not sticky, and when I solved that part, I got double scroll bars. After reading your solution I finally found where to correct the "Window" vs. "Section" in SP.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #52459

The initial issue was a double scroll bar and me supposed to solve it back in 3 months ago. So what is this solution about? Did you face the problem again later?

0
C
clausjepsen
Accepted Answer
2 years ago #52212

I found the solution myself using css.

#sp-footer, #sp-bottom {
    background: #171717;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #52207

Hi,

Could not understand... Is there any new issue arising later, please?

Best Regards

0
C
clausjepsen
Accepted Answer
2 years ago #52075

solved it

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #38236

You are always welcome:)

You may accept my answer in order to close the post.

0
C
clausjepsen
Accepted Answer
2 years ago #38071

Works like a charm. Thank so much for the quick help!

Regards, Claus

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #38055

Hi there!

Thanks for contacting us.

I have checked your backend and you have set the section height as window height. So it was causing the issue. I have removed the settings, and all is working fine.

Please check and let me know:)

Best Regards

0