I have the Author view enabled and homepage is Blog.
How do I center the featured images on the home page? If you look now, they are to far to the right.
Thanks!
Hey SK,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.big-preview.multi-big {
padding-left: 12%;
}
Best regards,
Jordan