Set up:
Blog layout – Single Author, small preview pic
Single Post Style – single post with small preview image.
All featured images for posts and pages stay left aligned. Thoughts?
Hey BoundlessJen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.big-preview.single-big {
margin: auto;
}
Cheers!
Yigit
No go…i don’t see any changes (I cleared my cache).
It’s not live (willardchamber.org)…do you need a login? If so what email?
Hi!
Yes, we need a login. You can use (Email address hidden if logged out) but please post login credentials here privately.
Best regards,
Yigit
I posted the login info in the private section. Did you get it?
See below…
Hi,
I have added this code snippet at the bottom of Quick CSS (located in Enfold > General Styling):
.page-thumb img {
display: block;
margin: 0 auto 8px;
}
Please let us know if you find any issues related to this. :)
Best regards,
Nikko
That did the trick…thanks! Were you guys able to find out why the lines are showing up under the Read More on the homepage?
Hi,
Please try this in Quick CSS as well:
.home .slide-meta {
display:none !important;
}
Thanks,
Rikard
Thank you…that did the trick! You guys have been amazing on support!