• Resolved theladycatelyn

    (@theladycatelyn)


    Forgive me but on mobile this widget is forcing my blog titles into a very small width to the right of my blog images. Is there a way of forcing blog titles below blog images on mobile only?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Hi @theladycatelyn.
    Thank you for reaching out.
    I assume you fixed it by yourself, right? I can not see an issue with your post list.
    Please let me know if you need further help.

    Thread Starter theladycatelyn

    (@theladycatelyn)

    Hello thanks so much for getting back to me. No I haven’t fixed it. It looks absolutely fine on desktop but not on mobile. Did you view on mobile?

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    Yes, I’ve checked it also on mobile iPhone XR and Google Pixel 2 with Android. Both looks fine for me.
    Maybe you can do some style improvements but in general I can not reproduce the issue you were asking in your very first post.
    Could you share a screenshot?!

    Thread Starter theladycatelyn

    (@theladycatelyn)

    Ah yes of course. I am on a Moto G8 running Android and this is what I see

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    This is a style related issue. I would add a media query style for the with of the image.
    Try to add this to your child theme style.css

    @media screen and (max-width: 1024px) {
      #rpwwt-recent-posts-widget-with-thumbnails-2 img {
        max-width: 100% !important;
      }
    }

    I couldn’t test it but I assume it should work this way.
    Let me know if this helps.

    Thread Starter theladycatelyn

    (@theladycatelyn)

    Brilliant! It works! Sincere thanks for your help

    Thread Starter theladycatelyn

    (@theladycatelyn)

    Resolved!

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    Thank you @theladycatelyn for your reply.
    If you like the plugin I would appreciate if you have a minute to write a review.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Is there a way of dropping blog title below image on mobile?’ is closed to new replies.