I have this custom css:
time.date-container.minor-meta{
display: inline-block;
}
to place the year at the right place, next to the month and day (date of article)
but, it works only in grid view, and my client need it in different view.
please see it in this page http://thinkdif.co.il/articles/
Thanks
Tal
Hi,
I have added this custom css and it seems like working just fine
time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.blog-author.minor-meta, span.text-sep.text-sep-cat {
display: inline-block;
}
it might help others.
Thanks
Tal