Rtpanel media query

rtpanel I really like the theme from the 1024px down menu rtp-mobile-nav appears, and the sidebar disappears. how do I bring up the sidebar from 1024 to 561px? I’ve already tried with media queries but to no avail.
else: 1024px down from the floating menu is fine but I would like to assign a custom menu that I have already prepared with BuddyPress but do not know how to do
thanks in advance, I’m a newbie so please be clear

I have another request, sorry, how do I disable the animation of the navigation menu?

Hello glamourpoint,

rtPanel using Foundation framework. For media queries you see documentation here

For Navigation add following line of code in functions.php
add_filter( ‘rtp_mobile_nav_support’, create_function( ‘’, ‘return “”;’ ) );