Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Placement of background image Reply To: [Solved] Placement of background image

#170576
Atelierbram
Participant

@karimphoto
Last closing curly brace } of media-query is missing (CSS declarations are nested within those {} ); should be:


@media (max-width:850px) {
   body.myatu_bgm_body {
     background-position: 0 0;
     background-size: contain;
   }
}

Browsers can trip over something like this: could explain inconsistencies …