Additional CSS on mobile
Hi,
I've added some additional CSS in order to hide some meta tag from my articles :
.entry-meta { display: none !important }
.author-link {
display: none !important;
margin-top: 28px;
white-space: nowrap;
}
Works perfectly on desktop.
But it seems it doesn't work on mobile browser.
Do you have any idea how I can fix this ?
Thanks.
Joris