How to add media queries to change a picture if the screen size is small
-
Hello, I’m trying to get the main picture on the front page to change if the screen size is less than 480px. The code I have is
@media screen and (max-width: 480px) {
heroImage {
background-image: url(https://website.org/rpow/wp-content/uploads/2015/10/picture.jpg);
}
}That doesn’t change anything, did I write the code wrong?
Also, the picture in question is from Page Builder -> Edit Row -> Background Image if that changes anything.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to add media queries to change a picture if the screen size is small’ is closed to new replies.