Hiding an element in CSS
-
Hello, my site is http://www.inheritanceexpert.com and I am having a problem hiding a certain element for my mobile side. It is the words underneath the header “without comments” I basically have it set like this
@media only screen and (max-device-width: 500px){ p. comments{ diplay: none; } }I am not sure why it is not working, I havent had trouble hiding elements like this before.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Hiding an element in CSS’ is closed to new replies.