Unwind-theme: Post date and category align left
customizationthemetheme-unwind · By Floyd Banner · 5 years ago · Reply by Andrew Misplon 5 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…