• I trying to insert a full width 940x200px static banner image on a page set to Default Template, and it keeps overriding my inserted image size and reseting it to 590px width. I changed the style for @media (min-width:980), but it didnt do anything.

    `
    ‘/* Large desktop */
    @media only screen and (min-width: 980px) {
    .post-entry img {
    max-width: 940px; }
    }’
    site: http://vulcanfuneralhome.ca/site/funerals

  • The topic ‘How do you overrife image size defaults?’ is closed to new replies.