How To Hide Objects In A Page When Viewed In Mobile

Follow

Add this code to Page Settings > Custom CSS 

@media screen and (max-width: 320px) {

[item_id="picture1182"] {
visibility: hidden;
}
}

replace '"picture1182" with the name of the page object

Right click on the image to inspect, look for the code that says item_id= and copy

Have more questions? Submit a request

Comments

Powered by Zendesk