Display issue with 2 svg files on the same page
-
Hey there,
I have set 2 svg images on that page. The first one displays over 992px page width and the second one under 992px.
Here is the css I use to display:
@media only screen and (max-width: 992px) { .svg-over-992 { display: none; } } @media only screen and (min-width: 993px) { .svg-under-992 { display: none; } }
The images display correctly if there is only one on the page, but the images and the colors get messed up when the 2 images are set.
Thanks in advance for your help.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Display issue with 2 svg files on the same page’ is closed to new replies.