KennyP
09-13-2014, 09:38 AM
Would you guys please tell me why this css doesn't stop two images from wrapping?
The animated cup image followed by the "Guy Arseneau" image (that make up the logo,top left of screen) break onto two lines on small device screens.
Furthermore, why does the first image, the animated cup refuse to resize on smaller screens?
Website (http://www.guyarseneau.com/)
Thanks
#logo, #logo-map {
position:absolute !important;
top:20px !important;
left:20px !important;
background-repeat:no-repeat;
max-width:100%;
height:auto;
width:auto;
whitespace:nowrap;
}
The animated cup image followed by the "Guy Arseneau" image (that make up the logo,top left of screen) break onto two lines on small device screens.
Furthermore, why does the first image, the animated cup refuse to resize on smaller screens?
Website (http://www.guyarseneau.com/)
Thanks
#logo, #logo-map {
position:absolute !important;
top:20px !important;
left:20px !important;
background-repeat:no-repeat;
max-width:100%;
height:auto;
width:auto;
whitespace:nowrap;
}