I'm gonna try to reword this more properly as the last two questions pertaining to this topic go no answers and little feedback, not sure why.
I want to know if I can hide elements using CSS3 Media Queries and call them only at certain resolutions (Lets say a div box hand coded within a footer widget)
Hide it at all view ports until, lets say 480px; then we'll have it display.
Is this possible - and could it be done with something like:
All viewports where you don't want it displaying = visibility: hidden;
Then you want it to display and you code= display: inline;
This obviously doesn't work as I've just tried it, but is there a similar way to do this with CSS, is this the best approach? Ultimately, my goal is to pull in accordion to display content for mobile at 480px below.