You can use Wix Code to display elements in mobile only

Like the title says, you can use code to set up elements so they display only on the mobile version of your site.

This actually involves a bit of coding, but if you’re not so comfortable with coding keep reading. The code you need to implement this solution is very easy to create, and more importantly, we have a very easy to follow tutorial that walks you though the entire process and explains each step along the way.

If you’ve never coded before and would like to add this functionality to your site, you should give it a try.

6 Likes

Hi there,
I was wondering - can we hide the elements at a certain screen resolution? For example, if the screen resolution is 1024.

Hey Eugene,
Check out the window property of the WindowSizeInfo object. It has screen height and width which might help you.
-Jeff