Hide Action Bar on Mobile

Hi, 

On this site: http://www.mayfair.consultingandcreative.com/ I want to hide the action bar and social menu on mobile devices. 

I put in this code into the custom css box, but it doesn't seem to work. 

@media only screen and (max-width: 479px) .menu-social-menu-container {
display: none;
}

Is there something else I could try to see if it works? 

Thanks!

Comments

Sign In or Register to comment.