Scrolling Delay On Pages - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Scrolling Delay On Pages

DA

Dina Abramson

SP Page Builder 2 years ago

Hi, I am using pagebuilder 4.0.7 and am having a few issues. My site seems to hesitate at the start of scrolling on mobile and desktop.

I thought it might be the slideshow, but i changed it and it still is doing this. There appears to be 2 scroll bars on the right. If you use the furthest scrollbar to the right, it appears to scroll without delay in pagebuilder. But when you go to preview, it does not scroll properly using a mouse on desktop or a swipe on mobile.

https://awdtest1.com/images/scrolling_delay.png

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #105648

Hello Dina Abramson

Please follow Pavel's instruction and let us know if the issue is solved.

Best regards

0
DA
Dina Abramson
Accepted Answer
2 years ago #105467

Can anyone help with this issue?

0
DA
Dina Abramson
Accepted Answer
2 years ago #105559

Can someone please resond? I have a customer waiting for his website to be fixed.

0
DA
Dina Abramson
Accepted Answer
2 years ago #105602

How do I escalate this questions. i have had no support response.

0
Pavel
Pavel
Accepted Answer
2 years ago #105626

Hi.

I think JoomShaper has nothing to do with it.

Such a problem can only be because of a user error.

And here it is

Never use negative margin (and any margin at all) in the main blocks of the layout. Any manipulations with DOM elements need to be done inside but not outside of such blocks.

If you explain what you wanted to achieve this, I can advise you another decision that will be correct in this case.

I believe that this code would be useful to you instead of footer/bottom sections negative margins

#sp-bottom .sp-module {
    margin-bottom: 0;
}
0
DA
Dina Abramson
Accepted Answer
2 years ago #105682

that worked. i was able to then fix the formatting issue.

0