CSS to hide mobile display
-
Hi there,
I want to hide the pop up from the home screen when opened on mobile devices, I’ve added the CSS code below but it doesn’t seem to have worked? Have I made a mistake with it?
@media only screen and (max-width: 600px) {
.popupId {
display: none;
}
}Any help would be greatly appreciated.
Kind regards,
Scott
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS to hide mobile display’ is closed to new replies.