Home › Forums › Back End › Please help, remove Menu button when open website on mobile device. › Reply To: Please help, remove Menu button when open website on mobile device.
January 13, 2014 at 4:50 am
#160234
Participant
@media screen and (max-width: 600px) {
.menuclassname { display:none; }
}