Particles.js only visible in one section despite seperate IDs

Hi,

I’ve integrated particles.js as custom code. I have two scripts with two different IDs, one for each section (hero and section two).

Particles works as intended in the hero section when adding the first ID to the section. However, when I add the second ID to have the second particles.js script run in the second section, it is not visible when published. I’ve tried the ID in all other sections and still not visible. I really need this to work so any help is much appreciated!

EDIT: Problem solved - the div needs to be set to position Relative.

Thanks :slight_smile: