Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1490103

    Hi,

    in der mobilen Version wird das Beitragsbild im Beitrag nicht angezeigt, kann ich das ändern?

    Besten Dank

    • This topic was modified 16 hours, 40 minutes ago by Uli.
    #1490113

    Hey Uli,

    The featured images are visible on mobile on my end, could you try to explain the problem a bit further please?

    Best regards,
    Rikard

    #1490122

    Hey Rikard,
    I’d like to see the featured image also on the blog post itself. On the desktop version it works, on the mobile version not.

    dvm

    Kind regards

    Uli

    #1490133

    Hi,

    Thanks for that, but I’m not sure which images you are referring to now. The image of the donkey for example; it’s visible both on your site on mobile, and in your screenshot. Could you try to explain your intentions a bit further please? Or do you mean that you want to display it in the actual post? If so, then you can try this CSS:

    @media only screen and (max-width: 767px) {
      .single-post .blog-meta {
        display: block;
        width: 100%;
        margin-bottom: 30px;
      }
    }

    Best regards,
    Rikard

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