[Resolved] image elements do not have explicit width and height

Home Forums Support [Resolved] image elements do not have explicit width and height

Home Forums Support image elements do not have explicit width and height

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1930905
    Elvin
    Staff
    Customer Support

    On 0:15 of the video I shared, shows the bottom of the page.

    I didn’t see any images that aren’t centered. Can you share what you see on your end? and perhaps provide a mockup image of how you want it to be laid out?

    Let us know. ๐Ÿ˜€

    #1930910
    liz

    Vin,

    That’s a mobile screen? On my end, I cannot see the black woman and the black guy on screen..Google is also sending me an error message regarding mobile usability…

    #1930920
    Elvin
    Staff
    Customer Support

    Ah I see what you mean now. I’ve checked the page on a much smaller phone and it looked different.

    Try adding this CSS:

    @media (max-width:768px){
    .wp-show-posts-image {
        width: 100% !important;
    }
    }
    #1930924
    liz

    Vin..yesss!! thanks alot =)

    #1930925
    Elvin
    Staff
    Customer Support

    No problem. Glad it’s sorted now. ๐Ÿ˜€

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