You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
I think >> @media only screen and (max-width: X) { .div { display: block;} } << could work, where X is the max width of a mobile display (I think 768px works well?) should be good.
maybe try visibility:hidden in addition to the display:none? thats what worked for doing the same thing on one of my sites
You need to add the meta tag to your head: https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag (I can't post it here, it gets scrubbed from the comment, sorry ._.)
Also apologies if you got 20000 notifications from me deleting and writing the same comment
it's working!! Thankyou all so much