hide playlists on mobile

Zoomsounds > Settings > extra css enter

@media all and (max-width: 720px){
.ag_slug_gallery-slug-you-want-to-hide{
display:none;
}
}

Was this article helpful?

Leave A Comment?