How can I get the module style outlined in red to match the module style outlined in green? Can you force the images in the red box module to match the smaller image sizes of the images in the green box module?

This message is visible to Moderators only
hidden content

    Hi 1option,
    Could you check your site URL? I can not access your site.

      This message is visible to Moderators only
      hidden content

        Hi 1option,
        I have checked and see that you using different image sizes, If you want to use the same image size in the green box, you can use the following CSS code:

        .mod-podcast-list .item-inner .intro-image img {
            height: 92px;
            width: 162px;
            object-fit: cover;
        }

        Hope this helps!

          Write a Reply...
          You need to Login to view replies.