Hi guys,
I have a specific part of my website that messes up if someone with a screen resolution lower than 1280x800 looks at it. I know that resolution isn't very common, but it is still out there, especially in Asia where a large part of my users visit from.
I am looking for having some conditional that I can use where it checks the screen width and if its greater than or equal to 800px, then it shows some code, otherwise it doesn't.
How could I accomplish this? Thank you for any help or insight you can provide. I appreciate you taking the time to read this and assist me!