Media query CSS not working for mobile and tablet image resize
-
Hello there – hope you’re having a nice day.
I would like to have this image on my homepage appear smaller on tablet and mobile: https://prnt.sc/sxq3iw
I have come up with this additional media query CSS but it doesn’t seem to be working:
@media screen and (min-width: 500px) {
.DSC_0483 {
width: 40px;
}
}Would be great if you could point me in the direction on where I am going wrong!
Thank you very much in advance, Victoria
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Media query CSS not working for mobile and tablet image resize’ is closed to new replies.