In addition, replacing an image also doesn’t really work.
For whatever reason, each time an image is replaced it crops differently leaving a large gap. It seems therefore necessary to instead add a new image, rearrange the layout again and then remove the original. Not great!
From the tests we did, it seems that the problem occurs because of the scroll bar. As a test, you can try to add the following code in your WordPress dashboard > Appearance > Customize > Additional CSS:
/* Hide scrollbar for Chrome, Safari and Opera */ html::-webkit-scrollbar { display: none; }
This topic will be marked as resolved due to inactivity and because we have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.