Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #556622

    Hi,

    Is there anyway I can resize the image on this page when it is accessed by a mobile phone in portrait mode?

    http://meditateinbrighton.com/events/eight-steps-to-happiness/

    Actually, this is an event using the plug in events manager. I would like to resize the featured image associated with any event when accessed by mobile in portrait mode. I’m not sure if this is too much to ask!

    Thanks so much for any help,

    Best wishes,

    Chris.

    #556739

    Hi kelsangchodor!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .single-event .entry-content-wrapper.entry-content img {
        max-width: 50%;
    }}

    Regards,
    Yigit

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