Align title to the left on single blog post
-
Hello,
I would like to align the title on a single blog post. I’ve tried codes from your support forum but what happens when I add the code is that the first line of the actual post comes right after it instead of starting on a new line.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.post-single-page .entry-title {
text-align:left;
}
Best Regards
Thank you. This worked but only for the title.
What about the author alignment to the left?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-entry-meta {
display: flex;
}
Best Regards