i have elements in desktop version that unneeded in mobile version, those elements are used in the code.
What is the best way to hide them without affecting and destroying the code?
The code cannot compile after hiding this elements from mobile version editor because it removes them from the DOM.
Thanks