How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Post / Page Images Not Auto Resizing for Smaller Screens

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1968
    Mark
    Participant

    If I add a single image within a post or pages content it does not automatically resize when viewed with a smaller screen. I’m not referring to the featured image which works correctly.

    #1969
    admin
    Keymaster

    Hi!

    As you can see here: http://pokav2.pokatheme.com/demo1/typography/ the image at the bottom is bigger than the wrapper and it resizes just fine in smaller screens.

    Maybe some change you made in the HTML/CSS of the theme affected this.

    #1971
    Mark
    Participant
    This reply has been marked as private.
    #1972
    admin
    Keymaster

    I saw your example and the issue is because WP is adding a fixed width to the caption element.

    You can add this to your child theme for now:

    `.wp-caption { width:auto!important; }`

    Apparently something changed in the latest version of WP. It is going to be fixed to the new version of Poka.

    #1974
    Mark
    Participant

    Thank you, problem sorted.

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