So I have a animated menu that is for mobile only, but I can't seem to hide it on the desktop version of the site.
I tried my CSS media queries and checked the edge ID's for the divs created. But when making them "visibility: hidden" in CSS desktop style sheet it produced an error or didn't work at all.
id="eid_1399691671005_menuBar" class="eid_1399691671005_menuBar_id"
(I had also tried creating the elements in CSS first, and then animating them. However, I couldn't create a symbol to control the animation.)
Is there a tutorial I may have skipped over that shows me how to do this? Thanks for your time this forum has been a big help on finding info.