[Resolved] Hide on Mobile VersionThis topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago by Andrew Misplon.AuthorPosts January 18, 2018 at 2:56 am #8604 Andrew MisplonKeymasterHi AmyFor anything that you can add a class to like a Page Builder row or widget you can do the following…1. Add the following to the class field offered by the row or widget:mobile-hide2. Add to Custom CSS:@media (max-width: 780px) { .mobile-hide { display: none; } } January 18, 2018 at 7:14 am #8606 Amy OvertonParticipantThank you so much! You are wonderful! January 18, 2018 at 4:13 pm #8608 Andrew MisplonKeymasterSuper 🙂 Glad that helped.AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)You must be logged in to reply to this topic.