• Resolved zhpeh

    (@zhanhaopeh)


    Hi,

    I’m facing issues trying to make the event image responsive on the individual event page. It does not resize according to the browser size, and on the desktop view, it stretches all the way to the corner without any paddings on the right-side of the page.

    Could anyone kindly advise me on this?

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

Viewing 1 replies (of 1 total)
  • You could try this css code and put it on you theme css file of any place where you can put custom css.

    .post-thumbnail > img {
    width: 100%;
    height: auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to make Event Image Mobile Responsive?’ is closed to new replies.