Hi, i use the Blog Style Business,
and when i look my site on mobil the featured images are not showing. i read the thread but the solutions are not working- it shows the featured images but there are on the left side- is possible to get the featured image above the blog title?
thank you
Hey siteraum,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
display: block;
}
}
Best regards,
Vinay