Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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.

#160234

@media screen and (max-width: 600px) {

.menuclassname { display:none; }

}