The Blog Element is not displaying correctly on my home page, but it does display correctly on other pages.
On the home page, the thumbnail is on the right, and the text is bumping down.
The thumbnail should be on the left of the text.
Displaying incorrectly on home page (bottom left):
Example of it displaying correctly (left side):
Hey hankisaac,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .blog-meta {
float: left!important;
margin: 0 50px 0 0!important;
}
Best regards,
Yigit
Awesome! Thank you!
Hank