ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
I need to make the menu switch to be responsive in ipad resolution 1024px
It only changes in resolutions up to 600X800 px.
I know I have to use media queries but what will be the code?
@media (min-width: 768px) and (max-width: 959px) {
???
}