Archived topic
entry meta
9 replies · Started by Den on April 22, 2022
Hello team,
I am trying to achieve basic customization for entry meta but looks like I'm on a wrong track.
This is what I want ( Only on MOBILE devices)
Hi there,
can you share a link to your site where i can see the issue ?
Hi david,
Here's the link
Try adding this CSS:
@media(max-width: 400px) {
.entry-header .entry-meta > span {
display: block;
}
}
Sorry David but that didn't work
Where did you add the CSS? As i cannot see it on your site ?
I've added the code in the " Additional CSS " section. When I saw it didn't work, it removed it.
Check now...
Its working for me - try clearing the browser cache
Great !!
Glad to be of help