[ad_1]
Hi,
I am preparing a landing page, but I have the div “side-panel-wrap” showing up that I do not manage to hide even using a javascript code like this one:
const box = document.getElementById(‘div.side-panel-wrap’);
box.style.display = ‘none’;
See screenshot here
https://www.dropbox.com/s/pj8425f8bf0lbyw/Screenshot%202022-11-25%20at%2016.36.12.png?dl=0
Many thanks in advance for your help.
Best,
Benoît
- This topic was modified 1 hour, 42 minutes ago by .
