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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.