How can I remove the author box for the narrow width
-
I’m using fancier author box on my website : https://www.leunkim.com
It works well, but I hope to remove fancier author box if users access through narrow widths (for example, iPhone).I have tried
@media (max-width: 523px) {#author-box { display: none; }
#author-info { display: none; }
}on my CSS, but it does not work.
Please help me.
Thank you.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How can I remove the author box for the narrow width’ is closed to new replies.