Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #331237

    Hi,

    On my website http://www.abundantforever.com/home/ I have post images next to the excerpt (content element: blog posts). I want to display the post images also for mobile landscape view. Now they are not displayed due to the responsive rules. How can I achieve that? And in which file can I find the code to understand the “responsive” rules that decides which parts are displayed and which not.
    Thanks for your help.

    Stephen

    #331261

    Hi stephenr_nl!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }}

    Cheers!
    Yigit

    #331919

    That worked perfectly! Thank you so much.
    Best regards,
    Stephen

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Include post image for mobile landscape view’ is closed to new replies.