Toggle menu in playlist

playlist settings way

You can try to go playlist settings, go to Menu Tab and set Menu State Button to On

OR

extra css way

zoomsounds > settings > appearance and enter in extra css:

  .ag_slug_smile .zoomsounds-nav{
    max-height:0;
  }
  .ag_slug_smile:hover .zoomsounds-nav{
    max-height:200px;
  }

Was this article helpful?

Related Articles

Leave A Comment?