Items deleted from mobile view were deleted from all

I am trying to get my responsive web going and I deleted some elements from the iphone view. This deleted them from the Desktop view.

Is this right? How would I hide elements otherwise?

Thanks

I managed to find the function to hide elements from view on a certain device.

Hi Nathan
You solved it then…
Media queries do not control the loading of items, everything is loaded by default when the page is called, all media queries does is call different CSS properties that may change position, colour, animation and display (on or off) etc, that way you can control how display is affected on different devices.

1 Like