By Jason Conn on Friday, 29 June 2018
Posted in MetaMan
Replies 1
Likes 0
Views 3.5K
Votes 0
Just curious if there was a way to hide MetaMan on mobile view. The Buttons display behind stream items on EasySocial.

Thanks
Hi Jason,

You can use the following custom css to hide metaman on mobile view.

@media screen and (max-width:900px) {
#mm.mm-button {
display: none;
}
}
·
Friday, 29 June 2018 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post