Can find plenty of info on how to hide mailchimp on a mobile but looking to do the opposite. Have tried adding the code below to the css but doesn’t work.
@media (min-width: 500px) {
#modalContent {
display: none !important;
visibility: hidden !important;
}
}
Suspect I’m using the wrong class?
2
Answers
OK think I've sussed this out, unless anyone want to correct me? The class is as below
@media( min-width: 500px ) { #PopupSignupForm_0 { display: none !important; visibility: hidden !important; } }
Am I right?!
Hello you can try JavaScript for it you will able to detect Mobile, tablet and desktop devices separately.