Would you like your image to stay attached while scrolling the page? e.g.:
https://app.dragdropr.com/pages/ccefcb0c-0e72-11e9-9143-0242ac140005
- In this case, open the Editor and upload an image.
- Then, click on the gear button on the image widget and go to Additional CSS menu.
- Copy and paste the code below into this window and click on Save.
overflow: visible;
.ddr-widget{
position: -webkit-sticky;
position: sticky;
top: 0;
}
- Save and publish your page.
Voila!
Don't hesitate to contact us should any questions arise.