Unwind-theme: Post date and category align left
By Floyd Banner, 4 years ago. Last reply by Andrew Misplon, 4 years ago
Hi! How can i align the post date and category to left, with CSS? I try: div.entry-meta { text-align: left !important; } (did not work) .entry-meta span { color: #d44444; text-align: left !important; } (color ok, but the align did not work) entry-dat, category, span, span a… Unfortunately, it doesn’t work. Thank you for your…