Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #677333

    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

    #677410

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.