• Resolved ottantaventi

    (@ottantaventi)


    When browsing my blog on a smartphone the images in the blogposts don’t get resized to adapt to the width of the screen.
    Where and what I’ve to set to fix it ?

    Thanks in advance
    Alexander

    • This topic was modified 3 years, 4 months ago by ottantaventi.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hi Alexander,

    Try to add the following CSS code into the Additional CSS field in Appearance ? Customize:

    .single-post.narrow-content 
    .entry-content img {
        max-width: 100% !important;
    }

    Let me know if that made any difference.

    Thread Starter ottantaventi

    (@ottantaventi)

    You nailed it Branko: you solved my problem.
    THANK YOU

    Have a great day !
    Alexander

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image doesn’t resize responsively on blog post’ is closed to new replies.