Hi,
I’m able to left align the date, but it’s still slightly off to the side. I would like it to be in line with the rest of the text. It looks like it’s in some sort of entry-date box but I can’t seem to move it with the css.

Hi,
I’m able to left align the date, but it’s still slightly off to the side. I would like it to be in line with the rest of the text. It looks like it’s in some sort of entry-date box but I can’t seem to move it with the css.

Hi There,
Thanks for writing in! It seems that you have enabled under construction mode. Could you please provide us with the URL to your referenced URL and disable maintenance mode temporarily to check your issue.
Thanks!
Just disabled. I can’t keep it disabled for long, so if you don’t mind looking now, that would be great!
Hi There,
Add the following CSS rule into your Theme Options > Global CSS area to resolve that issue.
.single-post .p-meta > span {
margin-left: 0;
}
Hope that helps.
Thank you so much!!