Define a custom media query in the options panel that determines when it’s displayed.
Lets say create a fluid website and you want to show a hamburger menu when the view port is less than 600 pixels wide.
You can define a media query for this and when the browser matches that query that element will be shown.