• On the single event page, the featured image is square. How can I set it so that it displays as per the original orientation (landscape or portrait)?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    I notice this in your stylesheet:

    
    .single-event .et_post_meta_wrapper > img {
        max-width: 50% !important;
    

    Please change that into:

    
    .single-event .et_post_meta_wrapper > img {
        max-width: 100% !important;
    

    Best practice is to add this on the custom CSS page in the Customizer or the custom CSS page of your theme (if available).

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Single Event Image’ is closed to new replies.