Reply To: Post & Page In Content Images default full width

Homepage Community Forums Aspire Theme Support Post & Page In Content Images default full width Reply To: Post & Page In Content Images default full width

#21583
wizz3103
Customer

    Wes,
    I think I’ve resolved this. Just found this CSS line set to ‘100%’ instead of ‘auto’: My line nr is different from the theme demo, but it’s under Objects. I will check this but for now I think I resolved it. Thanks.

    img {
    height: auto;
    width: auto;
    }