Hi @namteor,
Could be a few things.
You have float: left; on your elements. So the float could mean it’s not clearing before the button.
Also, scroll distance -800 is quite high.
I suggest fixing the float on your div#content-wrapper div.post-content divand setting scroll_distance="-100".
Hi thanks for the quick response!
What’s the best way to clear the float? Or maybe it’s better to just not make them float?
It doesnt appear they need to be floated.
or .alm-reveal{overflow: hidden;}
Okay I’ll try some of that. Thanks! Hopefully I won’t have to come back haha. Have a nice evening!
Unfortunately it’s not working. I removed the float line in the css and added the overflow hidden. Just to clear things up, I want the page to start loading new posts before the ‘load more’ button actually shows up in the screen while scrolling. Is there anything else I’m doing wrong?
It also started acting really weird when you scroll it really glitches.
The issue is the CSS on the div#content-wrapper element. If you remove the height and the scrolling on this element it works.
CHeers,
I think it works now! Thanks a lot!
Excellent. Thanks for following up.