Disable/Hide Excerpt on small screens
Hi Everyone =)
Im wanting to disable the excerpt from showing on devices smaller than 320px
Ive been trying different combos of this command all arvo without any success, i just dont know all that much about this stuff, i just edit the code over and over untill i find something that works lol
@media only screen and (max-width: 320px) {
article .entry-content {
display: none;
}}
Any helpful & wise yodas out there will to point me in the right direction?
Many Thanks from Australia =)
Ez