Hello,
I have figured out how to use different css depending on window size. The design is a clickable world map (imagemapster) which is inside a div called “content”.
Now, I can blend out the “content div” under 800px screen width but I would like to make a div (lets call it) “content-mobile” appear. This seems not to work since in the css of the wider page I cannot hide the content-mobile.css.
Basically I would like to replace a div with a complete different one.
Is that possible?
Thank you btw. this website is awesome. Helped me a lot!