I’ve been trying different CSS changes, but can’t seem to get a left margin applied to blog post. I am able to change the font size and color of the title of the post.
Hi mrdan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .entry-content-header {
margin-left: 45px;
}
Cheers!
Yigit
Thanks! Works perfectly!