Hi!
Is possible change the look of the menu for mobile using CSS?
I can't get the changes to take effect.
Thanks!
@media (max-width: 600px) {
#menu_selector {
css rules;
}
}