Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Placement of background image Reply To: [Solved] Placement of background image

#170678
Atelierbram
Participant

There seems to be an issue with media-queries with this device.
Found a link to diagnostic tool to find the right one.

Maybe this?


@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2)

It’s from cssmediaqueries.com

But after that there may also be the implementation of the ‘hamburger menu’ that needs to be triggered. Can’t say how it works for sure when looking at the code, is it a javascript plugin?