• Resolved ccbackus

    (@ccbackus)


    I updated The Events Calendar to the latest version, and when I did, the slider I use on the homepage of the website is visibly smaller. It’s only about 1/10th of the size previously, and I don’t know why updating the Plugin would have this affect. The slider is powered by the Postcard element in the Avada theme.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jean A

    (@jeanabarquez)

    Hi @ccbackus,

    Thanks for contacting our team!

    I was able to inspect your slider and found that the sizes attribute on your <img> tags is overriding the default image dimensions on WordPress. Have you possibly installed any plugin that has the ability to resize your images?

    A quick fix is to add this CSS under Appearance > Customize > Additional CSS, but you might also want to check your theme or plugins for any settings related to media resizing.

    .awb-swiper-slider .swiper-slide img {
    width: 960px !important;
    }

    Do let us know how it goes.

    Regards,
    Jean

    Plugin Support Darian

    (@d0153)

    Hi @ccbackus

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avada Postcard is visibly smaller after latest plugin update’ is closed to new replies.