I have a site that uses a media query to format for screen, tablet and mobile. It contains a cluster of information that is in a div which is formatted for screen and tablet, but hidden for mobile. The same cluster of info is also in a second div which is hidden for screen and tablet, but formatted (differently) and visible for small mobile devices.
Editing the site in Contribute 6.5 loads the style sheet for screen, of course. That allows me to make changes to the cluster of information that is visible on the screen. Is there a way to make changes to the cluster of information in the mobile div that is hidden for screen?
The original reason for setting it up this way is that the divs include graphics. One set of images (in the screen/tablet-visible div) is formatted for the lower resolution of screens/tablets, and the other set of images (in the mobile-visible div) is higher resolution for the higher res of mobile phones.
If there isn't a way to access the hidden mobile div when editing, is there a suggestion for changing the way the divs or images are set up so that there is only one div, visible in Contribute, to which I can make text and image changes?
Thanks!