• Resolved Andrew Leonard

    (@andrewleonard)


    I created a “CANCELLED” image which I set as the featured imge
    In the “native” state in the list view, the featured image was expanded from its original size and was larger in the list view than in the actual post
    I have had to add this css to get it to work as I would like

    .tribe-common img {
         max-width: 30%;
    }
    @media( max-width: 400px ) { .tribe-common img {max-width: 100%;} }

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

Viewing 1 replies (of 1 total)
  • Plugin Support Deblyn Prado

    (@deblynprado)

    Hi @andrewleonard!
    How’re you?

    Sometimes depending on which theme are you using some adjustments need to be made via CSS.

    I’m happy to see that you were able to do this already. I’ll try to reproduce this on my end and and see how we can improve that.

    Thanks for your feedback!
    Be safe!

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image’ is closed to new replies.